 | ConnectionServerError Event |
Error codes sent by the server to the client
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic event ServerErrorEventHandler ServerError
Public Event ServerError As ServerErrorEventHandler
public:
event ServerErrorEventHandler^ ServerError {
void add (ServerErrorEventHandler^ value);
void remove (ServerErrorEventHandler^ value);
}
member ServerError : IEvent<ServerErrorEventHandler,
EventArgs>
Value
Type:
TeamSpeak.Sdk.ClientServerErrorEventHandler
See Also