Class BitmapInvalidSizeException

Class BitmapInvalidSizeException

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

Representa la excepción que ocurre cuando no hay suficiente memoria para crear una instancia de bitmap.

public class BitmapInvalidSizeException : Exception, ISerializable

Herencia

objectExceptionBitmapInvalidSizeException

Implementa

ISerializable

Miembros heredados

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

Constructores

BitmapInvalidSizeException(SerializationInfo, StreamingContext)

Inicializa una nueva instancia de la clase Aspose.Tasks.BitmapInvalidSizeException.

protected BitmapInvalidSizeException(SerializationInfo info, StreamingContext context)

Parámetros

info SerializationInfo

La información de serialización.

context StreamingContext

El contexto de serialización.

 Español