InvalidDefinitionException Constructor (String, Exception)

Initializes a new instance of the InvalidDefinitionException class with the specified error message and a reference to the inner exception that is the cause of this exception.

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

Syntax

public InvalidDefinitionException(
    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

InvalidDefinitionException Class

InvalidDefinitionException Overload

Microsoft.ComplexEventProcessing Namespace