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