バージョン

WcfServiceException コンストラクタ(String,Exception)

新しい WcfServiceException インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
public WcfServiceException( 
   string message,
   Exception innerException
)

パラメータ

message
サーバーで発生したエラーを説明しているメッセージ。
innerException
このエラーの原因となるエラーまたは null。
参照