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