AdapterException Constructor (String, Exception)

Initializes a new instance of the AdapterException class with the specified message and inner exception.

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

Syntax

public AdapterException(
    string message,
    Exception innerException
)

Parameters

  • message
    Type: System.String
    Error message describing the exception.
  • innerException
    Type: System.Exception
    Message that specifies the inner exception.

See Also

Reference

AdapterException Class

AdapterException Overload

Microsoft.ComplexEventProcessing.Adapters Namespace