ErrorOccuredEventHandler Delegate

Occurs when the error happened during the work in the scope of ActionContext.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public delegate void ErrorOccuredEventHandler(
	ActionContext context,
	string message
)

Parameters

context  ActionContext
Conext of the operation.
message  String
String representation of the error.

See Also