Click or drag to resize
ServerErrorEventHandler Delegate
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)
Syntax
public delegate void ServerErrorEventHandler(
	Connection connection,
	Error error,
	string returnCode,
	string extraMessage
)

Parameters

connection
Type: TeamSpeak.Sdk.ClientConnection
the connection
error
Type: TeamSpeak.SdkError
the error code
returnCode
Type: SystemString
optional return code
extraMessage
Type: SystemString
additional message send by the server
See Also