ConfigurationElement.OnRequiredPropertyNotFound(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在找不到必要的屬性時擲回例外狀況 (Exception)。
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物件時遇到未知屬性時,會叫用 。