Table of Contents

Class PropertyException

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

Constructors

PropertyException(SerializationInfo, StreamingContext)

protected PropertyException(SerializationInfo info, StreamingContext ctx)

Parameters

info SerializationInfo
ctx StreamingContext

PropertyException(string)

protected PropertyException(string message)

Parameters

message string

PropertyException(string, Exception)

protected PropertyException(string message, Exception innerException)

Parameters

message string
innerException Exception