分散トランザクション処理機能 TP1/Extension for .NET Framework 使用の手引
TP1UserExceptionの概要
名前空間
Hitachi.OpenTP1
継承関係
System.Object
+- System.Exception
+- Hitachi.OpenTP1.TP1Exception
+- Hitachi.OpenTP1.TP1UserException
実装インタフェース
System.Runtime.Serialization.ISerializable
説明
(ユーザアプリケーションプログラム例外)
TP1UserExceptionクラスは,SPP.NETのサービスメソッド内でユーザがスローする例外です。
サービス呼び出し元のSUP.NETおよびCUP.NETでは例外情報から復元してユーザにスローします。
コンストラクタの一覧
| 名称 | 説明 |
|---|---|
| TP1UserException(System.Int32, System.String) | TP1UserExceptionクラスのコンストラクタです。 |
| TP1UserException(System.Int32, System.String, System.String) | エラーコード,エラー情報,およびこの例外の原因を説明するメッセージを指定するコンストラクタです。 |
プロパティの一覧
| 名称 | 説明 |
|---|---|
| Information | エラー情報の文字列を返します。 |
メソッドの一覧
| 名称 | 説明 |
|---|---|
| ToString() | このExceptionクラスを表す文字列を返します。 |
コンストラクタの詳細
public TP1UserException( int errCode, string argInfo );
Public New( _ ByVal errCode As Integer, _ ByVal argInfo As String _ )
public TP1UserException( int errCode, System.String argInfo );
public TP1UserException( int errCode, string argInfo, string message );
Public New( _ ByVal errCode As Integer, _ ByVal argInfo As String, _ ByVal message As String _ )
public TP1UserException( int errCode, System.String argInfo, System.String message );
プロパティの詳細
public string Information {get;}Public ReadOnly Property Information As String
public System.String get_Information();
メソッドの詳細
public virtual string ToString( );
Public Overridable Function ToString( _ ) As String
public System.String ToString( );
All Rights Reserved. Copyright (C) 2006, Hitachi, Ltd.