Table of Contents

Class JsonSettingsRecoveryException

Namespace
Nucs.JsonSettings.Modulation.Recovery
Assembly
Nucs.JsonSettings.dll
[Serializable]
public class JsonSettingsRecoveryException : JsonSettingsException, ISerializable
Inheritance
JsonSettingsRecoveryException
Implements
Inherited Members

Constructors

JsonSettingsRecoveryException()

public JsonSettingsRecoveryException()

JsonSettingsRecoveryException(string)

public JsonSettingsRecoveryException(string message)

Parameters

message string

JsonSettingsRecoveryException(string, Exception)

public JsonSettingsRecoveryException(string message, Exception inner)

Parameters

message string
inner Exception