Partager via


Constructeur DataServiceException (Int32, String)

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, _
    message As String _
)
'Utilisation
Dim statusCode As Integer
Dim message As String

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

Paramètres

  • statusCode
    Type : System.Int32
    Code d'état HTTP retourné par l'exception.
  • message
    Type : System.String
    Message d'erreur pour l'exception.

Voir aussi

Référence

DataServiceException Classe

Surcharge DataServiceException

Espace de noms System.Data.Services