Tipic Instant Messaging Platform - Programmer's Reference Guide

ExceptionHandler Delegate

Delegate for members that receive an exception

[Visual Basic]
Public Delegate Sub ExceptionHandler( _
   ByVal sender As Object, _
   ByVal ex As Exception _
)
[C#]
public delegate void ExceptionHandler(
   object sender,
   Exception ex
);

Requirements

Namespace: bedrock

Assembly: tipic.xmpp (in tipic.xmpp.dll)

See Also

bedrock Namespace