DataServiceQueryException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception that indicates an error occurred while querying the data service.
[System.Serializable]
public sealed class DataServiceQueryException : InvalidOperationException
[<System.Serializable>]
type DataServiceQueryException = class
inherit InvalidOperationException
Public NotInheritable Class DataServiceQueryException
Inherits InvalidOperationException
- Inheritance
-
DataServiceQueryException
- Attributes
Constructors
DataServiceQueryException() |
Initializes a new instance of the DataServiceQueryException class with a system-supplied message that describes the error. |
DataServiceQueryException(String, Exception, QueryOperationResponse) |
Initializes a new instance of the DataServiceQueryException class. |
DataServiceQueryException(String, Exception) |
Initializes a new instance of the DataServiceQueryException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
DataServiceQueryException(String) |
Initializes a new instance of the DataServiceQueryException class with a specified message that describes the error. |
Properties
Response |
Gets the QueryOperationResponse that indicates the exception results. |