Class BitmapInvalidSizeException

Class BitmapInvalidSizeException

名称: Aspose.Tasks 集合: Aspose.Tasks.dll (25.4.0)

代表例外,当没有足够的内存创建一个比特地图例子时发生。

public class BitmapInvalidSizeException : Exception, ISerializable

Inheritance

object Exception BitmapInvalidSizeException

Implements

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()

Constructors

BitmapInvalidSizeException(序列信息,流媒体)

启动 Aspose.Tasks.BitmapInvalidSize例外类的新例子。

protected BitmapInvalidSizeException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

序列信息。

context StreamingContext

序列化背景。

 中文