次の方法で共有


ServiceException コンストラクター

定義

オーバーロード

ServiceException()

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

ServiceException(String, String)

適切なメッセージを使用して、 クラスの ServiceException 新しいインスタンスを初期化します。

ServiceException()

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

public ServiceException ();
Public Sub New ()

適用対象

ServiceException(String, String)

適切なメッセージを使用して、 クラスの ServiceException 新しいインスタンスを初期化します。

public ServiceException (string actualExceptionType, string message);
new Microsoft.ServiceFabric.Services.Communication.ServiceException : string * string -> Microsoft.ServiceFabric.Services.Communication.ServiceException
Public Sub New (actualExceptionType As String, message As String)

パラメーター

actualExceptionType
String

スローされた例外の ActualExceptionType

message
String

この例外の理由を説明するエラー メッセージ

適用対象