QueryAbortException Constructor (String, Exception)
Initializes a new instance of a QueryAbortException with the specified message and inner exception.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public QueryAbortException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
Message that provides more information about the exception.
- innerException
Type: System.Exception
Exception that caused the QueryAbortException.