TP1UserException
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クラスを表す文字列を返します。 |
コンストラクタの詳細
●TP1UserException
public TP1UserException(
int errCode,
string argInfo
);
Public New( _
ByVal errCode As Integer, _
ByVal argInfo As String _
)
public TP1UserException(
int errCode,
System.String argInfo
);
●TP1UserException
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
);
プロパティの詳細
●Information
public string Information {get;}
Public ReadOnly Property Information As String
public System.String get_Information();
メソッドの詳細
●ToString
public virtual string ToString(
);
Public Overridable Function ToString( _
) As String
public System.String ToString(
);