DataServiceQueryException Constructor (String^, Exception^, QueryOperationResponse^)
.NET Framework (current version)
Initializes a new instance of the DataServiceQueryException class.
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
Available since 3.5
Silverlight
Available since 2.0
Show: