Class BitmapInvalidSizeException

Class BitmapInvalidSizeException

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

Stellt die Ausnahme dar, die auftritt, wenn nicht genügend Speicher vorhanden ist, um eine Bitmap-Instanz zu erstellen.

public class BitmapInvalidSizeException : Exception, ISerializable

Vererbung

objectExceptionBitmapInvalidSizeException

Implementiert

ISerializable

Vererbte Mitglieder

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

Konstruktoren

BitmapInvalidSizeException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der Aspose.Tasks.BitmapInvalidSizeException-Klasse.

protected BitmapInvalidSizeException(SerializationInfo info, StreamingContext context)

Parameter

info SerializationInfo

Die Serialisierungsinformationen.

context StreamingContext

Der Serialisierungskontext.

 Deutsch