Compartir a través de


NotSupportedQueryExpressionException Constructors

Definition

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

Applies to