QueryGenerationException Constructor (String)

 

Initializes a new instance of the QueryGenerateException class.

Namespace:   Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public QueryGenerationException(
    string message
)
public:
QueryGenerationException(
    String^ message
)
new : 
        message:string -> QueryGenerationException
Public Sub New (
    message As String
)

Parameters

  • message
    Type: System.String

    Error message that explains the reason for the exception.

See Also

QueryGenerationException Overload
QueryGenerationException Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top