Compartir a través de


NotSupportedQueryExpressionException Class

Definition

The exception thrown when an unsupported query expression is being used.

[System.Serializable]
public class NotSupportedQueryExpressionException : NotSupportedException
[<System.Serializable>]
type NotSupportedQueryExpressionException = class
    inherit NotSupportedException
Public Class NotSupportedQueryExpressionException
Inherits NotSupportedException
Inheritance
NotSupportedQueryExpressionException
Attributes

Constructors

NotSupportedQueryExpressionException()

Initializes a new instance of the NotSupportedQueryExpressionException class.

NotSupportedQueryExpressionException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotSupportedQueryExpressionException class.

NotSupportedQueryExpressionException(String)

Initializes a new instance of the NotSupportedQueryExpressionException class.

Applies to