Share via


SettingNotRegisteredException Class

Definition

Thrown from ISettingsReader's Get*OrThrow methods when the setting has no stored value (or the stored value can't be converted to the target type) and the setting isn't registered.

[System.Serializable]
public class SettingNotRegisteredException : Exception
[<System.Serializable>]
type SettingNotRegisteredException = class
    inherit Exception
Public Class SettingNotRegisteredException
Inherits Exception
Inheritance
SettingNotRegisteredException
Attributes

Applies to