Table of Contents

Class FeatureNotSupportedException

Namespace
Jabra.NET.Sdk.Core
Assembly
Jabra.NET.Sdk.dll
[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 SerializationInfo
context StreamingContext

FeatureNotSupportedException(string?)

public FeatureNotSupportedException(string? message)

Parameters

message string

FeatureNotSupportedException(string?, Exception?)

public FeatureNotSupportedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception