Table of Contents

Class NotOpenForControlException

Namespace
Jabra.NET.Sdk.ButtonCustomization
Assembly
Jabra.NET.Sdk.ButtonCustomization.dll

An exception thrown when attempting to control a button or LED that has not been opened for control.

public class NotOpenForControlException : Exception, ISerializable
Inheritance
NotOpenForControlException
Implements
Inherited Members

Constructors

NotOpenForControlException()

public NotOpenForControlException()

NotOpenForControlException(string)

public NotOpenForControlException(string message)

Parameters

message string

NotOpenForControlException(string, Exception)

public NotOpenForControlException(string message, Exception innerException)

Parameters

message string
innerException Exception