DataServiceException.ErrorCode 屬性
取得錯誤碼。
命名空間: System.Data.Services
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Public ReadOnly Property ErrorCode As String
Get
'用途
Dim instance As DataServiceException
Dim value As String
value = instance.ErrorCode
public string ErrorCode { get; }
public:
property String^ ErrorCode {
String^ get ();
}
member ErrorCode : string
function get ErrorCode () : String
屬性值
型別:System.String
表示錯誤碼的整數值。