SettingsReadJsonDeserializationErrorException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An error was encountered when parsing the setting json value.
public class SettingsReadJsonDeserializationErrorException : Microsoft.VisualStudio.Extensibility.Settings.SettingsReadException
type SettingsReadJsonDeserializationErrorException = class
inherit SettingsReadException
Public Class SettingsReadJsonDeserializationErrorException
Inherits SettingsReadException
- Inheritance
Constructors
SettingsReadJsonDeserializationErrorException() | Initializes a new instance of the Exception class. |
SettingsReadJsonDeserializationErrorException(String) | Initializes a new instance of the Exception class with a specified error message. |