ConfigurationElement.OnRequiredPropertyNotFound(String) 메서드

정의

필수 속성을 찾을 수 없는 경우 예외를 throw합니다.

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 동안 알 수 없는 특성이 발견되면 호출됩니다.

적용 대상