|
SessionHandlerProcessException Event
|
Occurs when a static method encounters an exception.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxpublic static event EventHandler<EventArgs<Exception>> ProcessException
Public Shared Event ProcessException As EventHandler(Of EventArgs(Of Exception))
public:
static event EventHandler<EventArgs<Exception^>^>^ ProcessException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
member ProcessException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
function add_ProcessException(value);
function remove_ProcessException(value);
View SourceValue
EventHandlerEventArgsException
See Also