PropertyValue.CatchExceptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出應該攔截屬性值取得和設定期間擲回的例外狀況,還是應該直接傳播到呼叫端。
protected:
virtual property bool CatchExceptions { bool get(); };
protected virtual bool CatchExceptions { get; }
member this.CatchExceptions : bool
Protected Overridable ReadOnly Property CatchExceptions As Boolean
屬性值
如果攔截到例外狀況,則為 true
,如果例外狀況被傳送至呼叫端,則為 false
。
備註
這是以 PropertyValueException 事件是否有任何訂閱者為基礎。