Furcadia Framework For Third Party Programs
ClientBaseError Event |
[This is preliminary documentation and is subject to change.]
This is triggered when a handled Exception is thrown.
Namespace: Furcadia.Net.DirectConnection
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public event ClientBaseErrorEventHandler Error
Public Event Error As ClientBaseErrorEventHandler Dim instance As ClientBase Dim handler As ClientBaseErrorEventHandler AddHandler instance.Error, handler
public: event ClientBaseErrorEventHandler^ Error { void add (ClientBaseErrorEventHandler^ value); void remove (ClientBaseErrorEventHandler^ value); }
member Error : IEvent<ClientBaseErrorEventHandler, EventArgs>
Value
Type: Furcadia.Net.DirectConnectionClientBaseErrorEventHandlerSee Also