DataServiceQueryException Constructor (String^, Exception^, QueryOperationResponse^)

 

Initializes a new instance of the DataServiceQueryException class.

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

public:
DataServiceQueryException(
	String^ message,
	Exception^ innerException,
	QueryOperationResponse^ response
)

Parameters

message
Type: System::String^

The string value that contains the error message.

innerException
Type: System::Exception^

The inner exception object.

response
Type: System.Data.Services.Client::QueryOperationResponse^

The QueryOperationResponse object.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Return to top
Show: