Class HumlSerializeException
- Namespace
- Huml.Net.Exceptions
- Assembly
- Huml.Net.dll
Thrown when an error occurs during HUML serialisation.
public sealed class HumlSerializeException : Exception, ISerializable
- Inheritance
-
HumlSerializeException
- Implements
- Inherited Members
Constructors
HumlSerializeException(string)
Initialises a new instance with an error message.
public HumlSerializeException(string message)
Parameters
messagestringDescription of the serialisation error.
HumlSerializeException(string, Exception)
Initialises a new instance with an error message and a reference to the inner exception.
public HumlSerializeException(string message, Exception innerException)