 | 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)
Syntaxpublic TeamSpeakException(
Error errorCode,
string message
)
Public Sub New (
errorCode As Error,
message As String
)
public:
TeamSpeakException(
Error errorCode,
String^ message
)
new :
errorCode : Error *
message : string -> TeamSpeakException
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