![]() |
ClientBaseError Event |
Furcadia Framework For Third Party Programs |
This stuff is still in the planning stages. Any questions or Comments are welcome.
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
[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 42
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