メッセージ パラメーターと内部例外パラメーターを使用して、AnchorException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (microsoft.synchronization.data.dll 内)
構文
'宣言
Public Sub New ( _
message As String, _
inner As Exception _
)
'使用
Dim message As String
Dim inner As Exception
Dim instance As New AnchorException(message, inner)
public AnchorException (
string message,
Exception inner
)
public:
AnchorException (
String^ message,
Exception^ inner
)
public AnchorException (
String message,
Exception inner
)
public function AnchorException (
message : String,
inner : Exception
)
パラメーター
- message
エラーの説明。
- inner
外部コンポーネントからのラップされた例外。
解説
参照
リファレンス
AnchorException クラス
AnchorException メンバー
Microsoft.Synchronization.Data 名前空間