 | TeamSpeakExceptionErrorCode Property |
Error code return by the native library.
Namespace:
TeamSpeak.Sdk
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic Error ErrorCode { get; set; }
Public Property ErrorCode As Error
Get
Set
public:
property Error ErrorCode {
Error get ();
void set (Error value);
}
member ErrorCode : Error with get, set
Property Value
Type:
Error
See Also