Raises the error occurred event.

Namespace: MonoSoftware.Web.AntiSpam
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
protected virtual void OnErrorOccurred(
	Exception ex
)
Visual Basic
Protected Overridable Sub OnErrorOccurred ( 
	ex As Exception
)
Visual C++
protected:
virtual void OnErrorOccurred(
	Exception^ ex
)
F#
abstract OnErrorOccurred : 
        ex : Exception -> unit 
override OnErrorOccurred : 
        ex : Exception -> unit 

Parameters

ex
Type: System..::..Exception
Thrown exception

See Also