GeneratorUserException コンストラクタ (String, Severity, ErrorType)
指定されたエラー メッセージ、重大度、およびエラーの種類を使用する GeneratorUserException クラスのインスタンスを初期化します。
名前空間 : Microsoft.Data.Schema.DataGenerator
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Sub New ( _
message As String, _
severity As Severity, _
errorType As ErrorType _
)
'使用
Dim message As String
Dim severity As Severity
Dim errorType As ErrorType
Dim instance As New GeneratorUserException(message, _
severity, errorType)
public GeneratorUserException(
string message,
Severity severity,
ErrorType errorType
)
public:
GeneratorUserException(
String^ message,
Severity severity,
ErrorType errorType
)
public function GeneratorUserException(
message : String,
severity : Severity,
errorType : ErrorType
)
パラメータ
- message
型 : System.String
String は、エラーを説明するメッセージです。
- severity
型 : Microsoft.Data.Schema.DataGenerator.Severity
Severity は、重大度値を格納している列挙型です。
- errorType
型 : Microsoft.Data.Schema.DataGenerator.ErrorType
ErrorType は、エラーの種類の値を格納している列挙型です。
解説
有効な重大度は、Error、Warning、および Information です。
有効なエラーの種類は、Configuration、DataAccess、および Unknown です。