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
infoSerializationInfocontextStreamingContext
SdkUsageException(string?)
public SdkUsageException(string? message)
Parameters
messagestring
SdkUsageException(string?, Exception?)
public SdkUsageException(string? message, Exception? innerException)