GeneratorUserException 建構函式 (String, Severity, ErrorType)
使用提供的錯誤訊息、嚴重性設定和錯誤類型,初始化 GeneratorUserException 類別的新執行個體。
命名空間: Microsoft.Data.Schema.Tools.DataGenerator
組件: Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)
語法
'宣告
Public Sub New ( _
message As String, _
severity As Severity, _
errorType As ErrorType _
)
public GeneratorUserException(
string message,
Severity severity,
ErrorType errorType
)
public:
GeneratorUserException(
String^ message,
Severity severity,
ErrorType errorType
)
new :
message:string *
severity:Severity *
errorType:ErrorType -> GeneratorUserException
public function GeneratorUserException(
message : String,
severity : Severity,
errorType : ErrorType
)
參數
- message
型別:System.String
String ,包含說明錯誤的訊息。
- severity
型別:Microsoft.Data.Schema.Tools.DataGenerator.Severity
Severity 列舉的成員。
- errorType
型別:Microsoft.Data.Schema.Tools.DataGenerator.ErrorType
ErrorType 列舉的成員。
備註
可能的嚴重性有 Error()、Warning() 和 Information()。
可能的錯誤類型有 Configuration()、DataAccess() 和 Unknown()。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Data.Schema.Tools.DataGenerator 命名空間
Severity
ErrorType