Share via


SettingsReadNotPersistedException Class

Definition

An error raised when the setting being requested is not persisted and doesn't have a default value.

public class SettingsReadNotPersistedException : Microsoft.VisualStudio.Extensibility.Settings.SettingsReadException
type SettingsReadNotPersistedException = class
    inherit SettingsReadException
Public Class SettingsReadNotPersistedException
Inherits SettingsReadException
Inheritance
SettingsReadNotPersistedException

Constructors

SettingsReadNotPersistedException()

Initializes a new instance of the Exception class.

Applies to