ErrorOccuredEventHandler Delegate
Occurs when the error happened during the work in the scope of
ActionContext.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public delegate void ErrorOccuredEventHandler(
ActionContext context,
string message
)
Public Delegate Sub ErrorOccuredEventHandler (
context As ActionContext,
message As String
)
public delegate void ErrorOccuredEventHandler(
ActionContext^ context,
String^ message
)
type ErrorOccuredEventHandler =
delegate of
context : ActionContext *
message : string -> unit
Parameters
- context ActionContext
- Conext of the operation.
- message String
- String representation of the error.