Class JsonSettingsException
- Namespace
- Nucs.JsonSettings
- Assembly
- Nucs.JsonSettings.dll
public class JsonSettingsException : Exception, ISerializable
- Inheritance
-
JsonSettingsException
- Implements
- Derived
- Inherited Members
Constructors
JsonSettingsException()
public JsonSettingsException()
JsonSettingsException(string)
public JsonSettingsException(string message)
Parameters
messagestring
JsonSettingsException(string, Exception)
public JsonSettingsException(string message, Exception inner)