InvalidQueryException Class

Definition

The exception that is thrown when a QueryExpression is not valid for a Data Provider.

public ref class InvalidQueryException sealed : Microsoft::Xrm::Sdk::SdkExceptionBase
[System.Serializable]
public sealed class InvalidQueryException : Microsoft.Xrm.Sdk.SdkExceptionBase
[<System.Serializable>]
type InvalidQueryException = class
    inherit SdkExceptionBase
Public NotInheritable Class InvalidQueryException
Inherits SdkExceptionBase
Inheritance
InvalidQueryException
Attributes

Constructors

InvalidQueryException(Exception)

Initializes a new instance of the InvalidQueryException class with the specified inner exception.

InvalidQueryException(Exception, String)

Initializes a new instance of the InvalidQueryException class with the specified error message and inner exception.

InvalidQueryException(String)

Initializes a new instance of the InvalidQueryException class with the specified error message.

Applies to