DatePickerDateValidationErrorEventArgs.ThrowException 屬性

定義

取得或設定值,這個值會指出是否應該擲回 Exception

public:
 property bool ThrowException { bool get(); void set(bool value); };
public bool ThrowException { get; set; }
member this.ThrowException : bool with get, set
Public Property ThrowException As Boolean

屬性值

Boolean

如果應該擲出例外狀況則為 true,否則為 false

適用於