QueryGenerationException Constructor (String, Exception)

Initializes a new instance of the QueryGenerateException class.

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

Syntax

public QueryGenerationException(
    string message,
    Exception innerException
)

Parameters

  • message
    Type: System.String
    Error message that explains the reason for the exception.
  • innerException
    Type: System.Exception
    Exception that is the cause of the current exception.

See Also

Reference

QueryGenerationException Class

QueryGenerationException Overload

Microsoft.ComplexEventProcessing.Linq Namespace