TerminationException クラス
処理を終了させる時に発生させます。
継承
System.Object
System.Exception
System.SystemException
System.OperationCanceledException
TerminationException
実装
System.Runtime.Serialization.ISerializable
継承されたメンバー
System.OperationCanceledException.CancellationToken
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
名前空間: ExapisSOP
アセンブリ: ExapisSOP.dll
構文
[Serializable]
public class TerminationException : OperationCanceledException, ISerializable
コンストラクタ 一覧
名前 | 説明 |
---|---|
TerminationException() | 型'TerminationException'の新しいインスタンスを生成します。 |
TerminationException(Exception) | 型'TerminationException'の新しいインスタンスを生成します。 |
TerminationException(SerializationInfo, StreamingContext) | 型'TerminationException'を逆直列化します。 |
TerminationException(String, TerminationReason, CancellationToken) | 型'TerminationException'の新しいインスタンスを生成します。 |
プロパティ 一覧
名前 | 説明 |
---|---|
Reason | この例外が発生した理由を表す列挙体を取得します。 |
メソッド 一覧
名前 | 説明 |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | 現在の例外を直列化します。 |