Class FrameworkException

Class FrameworkException

Namn på plats: Aspose.Imaging.CoreExceptions Församling: Aspose.Imaging.dll (25.4.0)

Denna klass är en kärnklass för alla Aspose.Imaging undantag.Introduktion för att diskriminera mellan undantag som kastas av Aspose.Imaging motor och alla andra typer av undantag.

public class FrameworkException : Exception, ISerializable

Inheritance

object Exception FrameworkException

Derived

CompressorException , OperationInterruptedException , StreamReadException , XmpException

Implements

ISerializable

Arvsmedlemmar

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(Sträng)

Initialiserar en ny instans av Aspose.Imaging.CoreExceptions.FrameworkException klass.

public FrameworkException(string message)

Parameters

message string

och budskapet .

FrameworkException(String, undantag)

Initialiserar en ny instans av Aspose.Imaging.CoreExceptions.FrameworkException klass.

public FrameworkException(string message, Exception innerException)

Parameters

message string

och budskapet .

innerException Exception

Det inre undantaget.

 Svenska