DataSchemaError コンストラクタ (String, ErrorSeverity)
メッセージ文字列とエラーの重大度値を使用して、DataSchemaError クラスの新しいインスタンスを初期化します。
名前空間 : Microsoft.Data.Schema.Common
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Sub New ( _
message As String, _
severity As ErrorSeverity _
)
'使用
Dim message As String
Dim severity As ErrorSeverity
Dim instance As New DataSchemaError(message, _
severity)
public DataSchemaError(
string message,
ErrorSeverity severity
)
public:
DataSchemaError(
String^ message,
ErrorSeverity severity
)
public function DataSchemaError(
message : String,
severity : ErrorSeverity
)
パラメータ
- message
型 : System.String
メッセージ文字列
- severity
型 : Microsoft.Data.Schema.Common.ErrorSeverity
エラーの重大度