Class CBORException
- Namespace
- PushTechnology.ClientInterface.IO.CBOR
- Assembly
- Diffusion.Client.dll
The CBOR exception.
public sealed class CBORException : IOException, ISerializable
- Inheritance
-
CBORException
- Implements
- Inherited Members
Constructors
CBORException()
Creates a new CBORException.
public CBORException()
CBORException(string)
Creates a new CBORException with a given error message.
public CBORException(string message)
Parameters
messagestringThe error message.
CBORException(string, Exception)
Creates a new CBORException with a given error message and inner exception.
public CBORException(string message, Exception innerException)