Method | Description | |
---|---|---|
CriticalError ( Task>.Func |
Initializes a new instance of CriticalError.
|
|
Raise ( string errorMessage, |
Trigger the action defined by
|
|
RaiseForEndpoint ( string errorMessage, |
Method | Description | |
---|---|---|
DefaultCriticalErrorHandling ( ICriticalErrorContext criticalErrorContext ) : System.Threading.Task | ||
SetEndpoint ( IEndpointInstance endpointInstance ) : void |
public CriticalError ( Task>.Func |
||
onCriticalErrorAction | Task>.Func | The action to execute when a critical error is triggered. |
return | System |
public Raise ( string errorMessage, |
||
errorMessage | string | |
exception | ||
return | void |
public RaiseForEndpoint ( string errorMessage, |
||
errorMessage | string | |
exception | ||
return | void |