Class SdkUsageException
[Serializable]
public class SdkUsageException : JabraException, ISerializable
- Inheritance
-
SdkUsageException
- Implements
- Derived
- Inherited Members
Constructors
SdkUsageException()
public SdkUsageException()
SdkUsageException(SerializationInfo, StreamingContext)
protected SdkUsageException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
SdkUsageException(string?)
public SdkUsageException(string? message)
Parameters
message
string
SdkUsageException(string?, Exception?)
public SdkUsageException(string? message, Exception? innerException)