共用方式為


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.