Freigeben über


DataServiceQueryException-Konstruktor (String, Exception, QueryOperationResponse)

Initialisiert eine neue Instanz der DataServiceQueryException-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, _
    response As QueryOperationResponse _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim response As QueryOperationResponse

Dim instance As New DataServiceQueryException(message, _
    innerException, response)
public DataServiceQueryException(
    string message,
    Exception innerException,
    QueryOperationResponse response
)
public:
DataServiceQueryException(
    String^ message, 
    Exception^ innerException, 
    QueryOperationResponse^ response
)
new : 
        message:string * 
        innerException:Exception * 
        response:QueryOperationResponse -> DataServiceQueryException
public function DataServiceQueryException(
    message : String, 
    innerException : Exception, 
    response : QueryOperationResponse
)

Parameter

  • message
    Typ: System.String
    Der Zeichenfolgenwert, der die Fehlermeldung enthält.

Siehe auch

Verweis

DataServiceQueryException Klasse

DataServiceQueryException-Überladung

System.Data.Services.Client-Namespace