Condividi tramite


Proprietà DataServiceException.ErrorCode

Ottiene il codice di errore.

Spazio dei nomi  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ErrorCode As String
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
Il valore intero che rappresenta il codice di errore.

Vedere anche

Riferimento

DataServiceException Classe

Spazio dei nomi System.Data.Services