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
messagestring
JsonSettingsRecoveryException(string, Exception)
public JsonSettingsRecoveryException(string message, Exception inner)