DataSchemaError 建構函式 (String, String, Int32, Int32, String, Int32, ErrorSeverity)
使用提供的訊息、文件名稱、行號和欄號,並指示錯誤的嚴重性,初始化 DataSchemaError 類別的新執行個體。
命名空間: Microsoft.Data.Schema
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Sub New ( _
message As String, _
document As String, _
line As Integer, _
column As Integer, _
prefix As String, _
errorCode As Integer, _
severity As ErrorSeverity _
)
public DataSchemaError(
string message,
string document,
int line,
int column,
string prefix,
int errorCode,
ErrorSeverity severity
)
public:
DataSchemaError(
String^ message,
String^ document,
int line,
int column,
String^ prefix,
int errorCode,
ErrorSeverity severity
)
new :
message:string *
document:string *
line:int *
column:int *
prefix:string *
errorCode:int *
severity:ErrorSeverity -> DataSchemaError
public function DataSchemaError(
message : String,
document : String,
line : int,
column : int,
prefix : String,
errorCode : int,
severity : ErrorSeverity
)
參數
- message
型別:System.String
string ,表示發生錯誤的理由。
- document
型別:System.String
string ,其中包含發生錯誤的檔案名稱。
- line
型別:System.Int32
int ,指出發生錯誤的行號。
- column
型別:System.Int32
int ,指出發生錯誤的欄號。
- prefix
型別:System.String
string ,包含錯誤的前置詞。
- errorCode
型別:System.Int32
包含錯誤碼的 int。
- severity
型別:Microsoft.Data.Schema.ErrorSeverity
ErrorSeverity 列舉的成員,表示這個錯誤的嚴重性。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
ErrorSeverity