ConfigurationElement.OnRequiredPropertyNotFound(String) 方法

定义

找不到所需属性时引发异常。

protected:
 virtual System::Object ^ OnRequiredPropertyNotFound(System::String ^ name);
protected virtual object OnRequiredPropertyNotFound (string name);
abstract member OnRequiredPropertyNotFound : string -> obj
override this.OnRequiredPropertyNotFound : string -> obj
Protected Overridable Function OnRequiredPropertyNotFound (name As String) As Object

参数

name
String

找不到所需特性的名称。

返回

例外

在所有情况下。

注解

OnDeserializeUnrecognizedElement当反序列化对象时遇到未知属性时,ConfigurationElement将调用 。

适用于