NotSupportedQueryExpressionException 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.
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. |