C# Class NServiceBus.CriticalErrorContext

See ICriticalErrorContext.
Inheritance: ICriticalErrorContext
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
CriticalErrorContext ( Func stop, string error, Exception exception ) : System

Initializes a new instance of CriticalErrorContext.

Method Details

CriticalErrorContext() public method

Initializes a new instance of CriticalErrorContext.
public CriticalErrorContext ( Func stop, string error, Exception exception ) : System
stop Func See .
error string See .
exception System.Exception See .
return System