Click or drag to resize
TeamSpeakException Constructor (Error, String)
Initializes a new instance of the TeamSpeakException class with a specified error code and error message.

Namespace:  TeamSpeak.Sdk
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public TeamSpeakException(
	Error errorCode,
	string message
)

Parameters

errorCode
Type: TeamSpeak.SdkError
A error code that describes the error.
message
Type: SystemString
A string that describes the error. The content of message is intended to be understood by humans.
See Also