ErrorType 枚举

Contains values specifying the type of data contract error message.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
Public Enumeration ErrorType
用法
Dim instance As ErrorType
public enum ErrorType
public enum class ErrorType
type ErrorType
public enum ErrorType

成员

成员名称 说明
InputError An input error.
ProcessError A process error.
DatabaseError A database error.
Other Another kind of error other than those specified.