Partilhar via


DataServiceRequestException Constructor (String, Exception, DataServiceResponse)

Initializes a new instance of the DataServiceRequestException class.

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 DataServiceResponse _
)
'Usage
Dim message As String 
Dim innerException As Exception 
Dim response As DataServiceResponse 

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

Parameters

  • innerException
    Type: System.Exception
    Exception object that contains the inner exception.

See Also

Reference

DataServiceRequestException Class

DataServiceRequestException Overload

System.Data.Services.Client Namespace