Class FrameworkException

Class FrameworkException

Il nome: Aspose.Imaging.CoreExceptions Assemblea: Aspose.Imaging.dll (25.4.0)

Questa classe è una classe di base per tutte le eccezioni Aspose.Imaging.Introdotto per discriminare tra le eccezioni lanciate dal motore Aspose.Imaging e tutti gli altri tipi di eccezione.

public class FrameworkException : Exception, ISerializable

Inheritance

object Exception FrameworkException

Derived

CompressorException , OperationInterruptedException , StreamReadException , XmpException

Implements

ISerializable

I membri ereditari

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)

Inizia una nuova instanza della classe Aspose.Imaging.CoreExceptions.FrameworkException.

public FrameworkException(string message)

Parameters

message string

Il messaggio .

FrameworkException(String, eccezione)

Inizia una nuova instanza della classe Aspose.Imaging.CoreExceptions.FrameworkException.

public FrameworkException(string message, Exception innerException)

Parameters

message string

Il messaggio .

innerException Exception

L’eccezione interna.

 Italiano