NotSupportedQueryExpressionException Constructors
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.
Overloads
NotSupportedQueryExpressionException() |
Initializes a new instance of the NotSupportedQueryExpressionException class. |
NotSupportedQueryExpressionException(String) |
Initializes a new instance of the NotSupportedQueryExpressionException class. |
NotSupportedQueryExpressionException(SerializationInfo, StreamingContext) |
Initializes a new instance of the NotSupportedQueryExpressionException class. |
NotSupportedQueryExpressionException()
Initializes a new instance of the NotSupportedQueryExpressionException class.
public NotSupportedQueryExpressionException ();
Public Sub New ()
Applies to
NotSupportedQueryExpressionException(String)
Initializes a new instance of the NotSupportedQueryExpressionException class.
public NotSupportedQueryExpressionException (string message);
new Microsoft.VisualStudio.ProjectSystem.Query.NotSupportedQueryExpressionException : string -> Microsoft.VisualStudio.ProjectSystem.Query.NotSupportedQueryExpressionException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
NotSupportedQueryExpressionException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedQueryExpressionException class.
protected NotSupportedQueryExpressionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.ProjectSystem.Query.NotSupportedQueryExpressionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.ProjectSystem.Query.NotSupportedQueryExpressionException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext