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

指定されたエラー メッセージと、この例外の原因である内部例外への参照を使用する GeneratorUserException クラスのインスタンスを初期化します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception

Dim instance As New GeneratorUserException(message, _
    innerException)
public GeneratorUserException(
    string message,
    Exception innerException
)
public:
GeneratorUserException(
    String^ message, 
    Exception^ innerException
)
public function GeneratorUserException(
    message : String, 
    innerException : Exception
)

パラメータ

解説

既定では、このコンストラクタは SeverityError に設定し、ErrorTypeUnknown に設定します。

前回の例外の直接の結果としてスローされる例外の InnerException プロパティには、前回の例外への参照が含まれます。

参照

参照

GeneratorUserException クラス

GeneratorUserException メンバ

GeneratorUserException オーバーロード

Microsoft.Data.Schema.DataGenerator 名前空間