DataServiceQueryException Constructor (String, Exception, QueryOperationResponse)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the DataServiceQueryException class.
Namespace: System.Data.Services.Client
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception, _
response As QueryOperationResponse _
)
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.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.