SettingNotRegisteredException 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.
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
Constructors
| SettingNotRegisteredException(SerializationInfo, StreamingContext) | |
| SettingNotRegisteredException(String) |