Class CouldNotOpenForControlException
- Namespace
- Jabra.NET.Sdk.ButtonCustomization
- Assembly
- Jabra.NET.Sdk.ButtonCustomization.dll
An exception thrown when a button or LED could not be opened for control. Typically this is because it is already controlled by another application.
public class CouldNotOpenForControlException : Exception, ISerializable
- Inheritance
-
CouldNotOpenForControlException
- Implements
- Inherited Members
Constructors
CouldNotOpenForControlException()
public CouldNotOpenForControlException()
CouldNotOpenForControlException(string)
public CouldNotOpenForControlException(string message)
Parameters
messagestring
CouldNotOpenForControlException(string, Exception)
public CouldNotOpenForControlException(string message, Exception innerException)