Table of Contents

Class CustomizationFailedException

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

An exception thrown when customization of a button or LED fails. This could happen if setting the color of a button that does not have an LED.

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

Constructors

CustomizationFailedException()

public CustomizationFailedException()

CustomizationFailedException(string)

public CustomizationFailedException(string message)

Parameters

message string

CustomizationFailedException(string, Exception)

public CustomizationFailedException(string message, Exception innerException)

Parameters

message string
innerException Exception