Class OperationInterruptedException

Class OperationInterruptedException

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

操作が中断されたときに発生します。

public class OperationInterruptedException : FrameworkException, ISerializable

継承

objectExceptionFrameworkExceptionOperationInterruptedException

実装

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

コンストラクター

OperationInterruptedException(string)

Aspose.Imaging.CoreExceptions.OperationInterruptedException クラスの新しいインスタンスを初期化します。

public OperationInterruptedException(string message)

パラメーター

message string

例外メッセージ。

OperationInterruptedException(string, Exception)

Aspose.Imaging.CoreExceptions.OperationInterruptedException クラスの新しいインスタンスを初期化します。

public OperationInterruptedException(string message, Exception innerException)

パラメーター

message string

例外メッセージ。

innerException Exception

内部例外。

 日本語