E_Furcadia_Net_DirectConnection_ClientBase_Error - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [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 43
C#
public event ClientBase.ErrorEventHandler Error
VB
Public Event Error As ClientBase.ErrorEventHandler
VB Usage
Dim instance As ClientBase
Dim handler As ClientBase.ErrorEventHandler
AddHandler instance.Error, handler
C++
public:
event ClientBase.ErrorEventHandler^ Error {
void add (ClientBase.ErrorEventHandler^ value);
void remove (ClientBase.ErrorEventHandler^ value);
}
F#
member Error : IEvent<ClientBase.ErrorEventHandler,
EventArgs>
Type: Furcadia.Net.DirectConnection.ClientBase.ErrorEventHandler