GeneratorUserException コンストラクタ (String)

指定されたエラー メッセージを使用する GeneratorUserException クラスのインスタンスを初期化します。

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

構文

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

Dim instance As New GeneratorUserException(message)
public GeneratorUserException(
    string message
)
public:
GeneratorUserException(
    String^ message
)
public function GeneratorUserException(
    message : String
)

パラメータ

解説

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

参照

参照

GeneratorUserException クラス

GeneratorUserException メンバ

GeneratorUserException オーバーロード

Microsoft.Data.Schema.DataGenerator 名前空間