Class FrameworkException

Class FrameworkException

名称: Aspose.Imaging.CoreExceptions アセンション: Aspose.Imaging.dll (25.4.0)

このクラスは、すべての Aspose.Imaging 例外のためのコアクラスです。Aspose.Imaging エンジンとその他のすべての例外タイプによって投げ出された例外を差別するために導入されました。

public class FrameworkException : Exception, ISerializable

Inheritance

object Exception FrameworkException

Derived

CompressorException , OperationInterruptedException , StreamReadException , XmpException

Implements

ISerializable

相続人

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(ストレッチ)

Aspose.Imaging.CoreExceptions.FrameworkExceptionクラスの新しい例を開始します。

public FrameworkException(string message)

Parameters

message string

メッセージです。

FrameworkException(ストリート、例外)

Aspose.Imaging.CoreExceptions.FrameworkExceptionクラスの新しい例を開始します。

public FrameworkException(string message, Exception innerException)

Parameters

message string

メッセージです。

innerException Exception

内部の例外です。

 日本語