Freigeben über


DataServiceClientException-Konstruktor (String, Exception, Int32)

Initialisiert eine neue Instanz der DataServiceClientException-Klasse.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception, _
    statusCode As Integer _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim statusCode As Integer

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

Parameter

  • message
    Typ: System.String
    Der Zeichenfolgenwert, der die Fehlermeldung enthält.
  • innerException
    Typ: System.Exception
    Das System.Exception-Objekt, das die innere Ausnahme enthält.
  • statusCode
    Typ: System.Int32
    Ganzzahliger Wert, der den Statuscode enthält.

Siehe auch

Verweis

DataServiceClientException Klasse

DataServiceClientException-Überladung

System.Data.Services.Client-Namespace