Class BitmapInvalidSizeException

Class BitmapInvalidSizeException

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

表示在创建位图实例时内存不足而发生的异常。

public class BitmapInvalidSizeException : Exception, ISerializable

继承

objectExceptionBitmapInvalidSizeException

实现

ISerializable

继承的成员

Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

构造函数

BitmapInvalidSizeException(SerializationInfo, StreamingContext)

初始化 Aspose.Tasks.BitmapInvalidSizeException 类的新实例。

protected BitmapInvalidSizeException(SerializationInfo info, StreamingContext context)

参数

info SerializationInfo

序列化信息。

context StreamingContext

序列化上下文。

 中文