共用方式為


InputValidationException.Severity 屬性

取得例外狀況的嚴重性。

命名空間:  Microsoft.Data.Schema.Tools.DataGenerator
組件:  Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)

語法

'宣告
Public ReadOnly Property Severity As Severity
    Get
public Severity Severity { get; }
public:
property Severity Severity {
    Severity get ();
}
member Severity : Severity
function get Severity () : Severity

屬性值

型別:Microsoft.Data.Schema.Tools.DataGenerator.Severity
一個 Severity 列舉值。

備註

可能的嚴重性有 ErrorWarningInformation

.NET Framework 安全性

請參閱

參考

InputValidationException 類別

Microsoft.Data.Schema.Tools.DataGenerator 命名空間

Severity