ActionContext.ErrorOccured Event
Occurs if an error is found while the operation is in progress.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public event ErrorOccuredEventHandler ErrorOccured
Public Event ErrorOccured As ErrorOccuredEventHandler
public:
event ErrorOccuredEventHandler^ ErrorOccured {
void add (ErrorOccuredEventHandler^ value);
void remove (ErrorOccuredEventHandler^ value);
}
member ErrorOccured : IEvent<ErrorOccuredEventHandler,
EventArgs>
Value
ErrorOccuredEventHandler