Table of Contents

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

message string

JsonSettingsException(string, Exception)

public JsonSettingsException(string message, Exception inner)

Parameters

message string
inner Exception