Class FrameworkException

Class FrameworkException

De naam: Aspose.Imaging.CoreExceptions Verzameling: Aspose.Imaging.dll (25.4.0)

Deze klasse is een kernklasse voor alle Aspose.Imaging uitzonderingen.Introduceerd om onderscheid te maken tussen de uitzonderingen die door de Aspose.Imaging motor worden gegooid en alle andere uitzonderingstypen.

public class FrameworkException : Exception, ISerializable

Inheritance

object Exception FrameworkException

Derived

CompressorException , OperationInterruptedException , StreamReadException , XmpException

Implements

ISerializable

Geëerbiede leden

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

FrameworkException(String)

Initialiseert een nieuwe instantie van de Aspose.Imaging.CoreExceptions.FrameworkException klasse.

public FrameworkException(string message)

Parameters

message string

De boodschap.

FrameworkException(String, uitzondering)

Initialiseert een nieuwe instantie van de Aspose.Imaging.CoreExceptions.FrameworkException klasse.

public FrameworkException(string message, Exception innerException)

Parameters

message string

De boodschap.

innerException Exception

De innerlijke uitzondering.

 Nederlands