Table of Contents

Class PropertyDeclarationException

Namespace
Jabra.NET.Sdk.Properties
Assembly
Jabra.NET.Sdk.Properties.dll
[Serializable]
public class PropertyDeclarationException : PropertyException, ISerializable
Inheritance
JabraException
PropertyDeclarationException
Implements
Inherited Members
JabraException.ToString()
JabraException.Type

Constructors

PropertyDeclarationException(string)

public PropertyDeclarationException(string message)

Parameters

message string

Methods

RequiredFieldMissing(string)

public static PropertyDeclarationException RequiredFieldMissing(string fieldName)

Parameters

fieldName string

Returns

PropertyDeclarationException