|
NetConnectionError Event
|
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 59
Syntax public event ClientBaseErrorEventHandler Error
Public Event Error As ClientBaseErrorEventHandler
Dim instance As NetConnection
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