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

適用対象