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
object ← Exception ← FrameworkException
Pochodne
CompressorException, OperationInterruptedException, StreamReadException, XmpException
Implementuje
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.