Partager via


Constructeur DataServiceException (Int32, String, String, String, Exception)

Initialise une nouvelle instance de la classe DataServiceException.

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

Syntaxe

'Déclaration
Public Sub New ( _
    statusCode As Integer, _
    errorCode As String, _
    message As String, _
    messageXmlLang As String, _
    innerException As Exception _
)
'Utilisation
Dim statusCode As Integer
Dim errorCode As String
Dim message As String
Dim messageXmlLang As String
Dim innerException As Exception

Dim instance As New DataServiceException(statusCode, _
    errorCode, message, messageXmlLang, _
    innerException)
public DataServiceException(
    int statusCode,
    string errorCode,
    string message,
    string messageXmlLang,
    Exception innerException
)
public:
DataServiceException(
    int statusCode, 
    String^ errorCode, 
    String^ message, 
    String^ messageXmlLang, 
    Exception^ innerException
)
new : 
        statusCode:int * 
        errorCode:string * 
        message:string * 
        messageXmlLang:string * 
        innerException:Exception -> DataServiceException
public function DataServiceException(
    statusCode : int, 
    errorCode : String, 
    message : String, 
    messageXmlLang : String, 
    innerException : Exception
)

Paramètres

  • statusCode
    Type : System.Int32
    Code d'état HTTP de l'exception.
  • errorCode
    Type : System.String
    Valeur de chaîne qui contient le code d'erreur.
  • message
    Type : System.String
    Valeur de chaîne qui contient le message d'erreur.
  • messageXmlLang
    Type : System.String
    Valeur de chaîne qui indique le langage du message d'erreur.
  • innerException
    Type : System.Exception
    Exception ayant provoqué l'exception actuelle.

Voir aussi

Référence

DataServiceException Classe

Surcharge DataServiceException

Espace de noms System.Data.Services