Class FrameworkException

Class FrameworkException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

Wyjątek frameworka obrazowania. Ta klasa jest klasą podstawową dla wszystkich wyjątków Aspose.Imaging.
Wprowadzono ją, aby rozróżnić wyjątki zgłaszane przez silnik Aspose.Imaging od wszystkich innych typów wyjątków.

public class FrameworkException : Exception, ISerializable

Dziedziczenie

objectExceptionFrameworkException

Pochodne

CompressorException, OperationInterruptedException, StreamReadException, XmpException

Implementuje

ISerializable

Członkowie dziedziczeni

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

Konstruktorzy

FrameworkException(string)

Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.FrameworkException.

public FrameworkException(string message)

Parametry

message string

Wiadomość.

FrameworkException(string, Exception)

Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.FrameworkException.

public FrameworkException(string message, Exception innerException)

Parametry

message string

Wiadomość.

innerException Exception

Wyjątek wewnętrzny.

 Polski