Partager via


Propriété DataServiceException.ErrorCode

Obtient le code d'erreur.

Espace de noms :  System.Data.Services
Assembly :  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ErrorCode As String
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
La valeur entière qui représente le code d'erreur.

Voir aussi

Référence

DataServiceException Classe

Espace de noms System.Data.Services