SettingNotRegisteredException 类

定义

ISettingsReader当设置没有存储值 (或存储的值无法转换为目标类型) 且未注册该设置时,从 的 Get*OrThrow 方法引发。

[System.Serializable]
public class SettingNotRegisteredException : Exception
[<System.Serializable>]
type SettingNotRegisteredException = class
    inherit Exception
Public Class SettingNotRegisteredException
Inherits Exception
继承
SettingNotRegisteredException
属性

构造函数

SettingNotRegisteredException(SerializationInfo, StreamingContext)

ISettingsReader当设置没有存储值 (或存储的值无法转换为目标类型) 且未注册该设置时,从 的 Get*OrThrow 方法引发。

SettingNotRegisteredException(String)

ISettingsReader当设置没有存储值 (或存储的值无法转换为目标类型) 且未注册该设置时,从 的 Get*OrThrow 方法引发。

适用于