DataSchemaError コンストラクタ (String, String, Int32, Int32, ErrorSeverity)

メッセージ文字列、エラーのファイル名、エラーの行番号、エラーの列番号、およびエラーの重大度を使用して、DataSchemaError クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    message As String, _
    document As String, _
    line As Integer, _
    column As Integer, _
    severity As ErrorSeverity _
)
'使用
Dim message As String
Dim document As String
Dim line As Integer
Dim column As Integer
Dim severity As ErrorSeverity

Dim instance As New DataSchemaError(message, _
    document, line, column, severity)
public DataSchemaError(
    string message,
    string document,
    int line,
    int column,
    ErrorSeverity severity
)
public:
DataSchemaError(
    String^ message, 
    String^ document, 
    int line, 
    int column, 
    ErrorSeverity severity
)
public function DataSchemaError(
    message : String, 
    document : String, 
    line : int, 
    column : int, 
    severity : ErrorSeverity
)

パラメータ

参照

参照

DataSchemaError クラス

DataSchemaError メンバ

DataSchemaError オーバーロード

Microsoft.Data.Schema.Common 名前空間