Class PropertyException
- Namespace
- Jabra.NET.Sdk.Properties
- Assembly
- Jabra.NET.Sdk.Properties.dll
[Serializable]
public abstract class PropertyException : JabraException, ISerializable
- Inheritance
-
JabraExceptionPropertyException
- Implements
- Derived
- Inherited Members
-
JabraException.ToString()JabraException.Type
Constructors
PropertyException(SerializationInfo, StreamingContext)
protected PropertyException(SerializationInfo info, StreamingContext ctx)
Parameters
info
SerializationInfoctx
StreamingContext
PropertyException(string)
protected PropertyException(string message)
Parameters
message
string
PropertyException(string, Exception)
protected PropertyException(string message, Exception innerException)