ServicedComponentException コンストラクター

定義

ServicedComponentException クラスの新しいインスタンスを初期化します。

オーバーロード

ServicedComponentException()

ServicedComponentException クラスの新しいインスタンスを初期化します。

ServicedComponentException(String)

指定したエラー メッセージを使用して、ServicedComponentException クラスの新しいインスタンスを初期化します。

ServicedComponentException(String, Exception)

ServicedComponentException クラスの新しいインスタンスを初期化します。

ServicedComponentException()

ServicedComponentException クラスの新しいインスタンスを初期化します。

public:
 ServicedComponentException();
public ServicedComponentException ();
Public Sub New ()

適用対象

ServicedComponentException(String)

指定したエラー メッセージを使用して、ServicedComponentException クラスの新しいインスタンスを初期化します。

public:
 ServicedComponentException(System::String ^ message);
public ServicedComponentException (string message);
new System.EnterpriseServices.ServicedComponentException : string -> System.EnterpriseServices.ServicedComponentException
Public Sub New (message As String)

パラメーター

message
String

例外がスローされた時点でクライアントに表示されるメッセージ。

適用対象

ServicedComponentException(String, Exception)

ServicedComponentException クラスの新しいインスタンスを初期化します。

public:
 ServicedComponentException(System::String ^ message, Exception ^ innerException);
public ServicedComponentException (string message, Exception innerException);
new System.EnterpriseServices.ServicedComponentException : string * Exception -> System.EnterpriseServices.ServicedComponentException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外がスローされた時点でクライアントに表示されるメッセージ。

innerException
Exception

現在の例外をスローした InnerException (存在する場合)。

適用対象