ErrorOccuredEventHandler Delegate
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.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
-
- message String
-