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

属性值

true 如果应引发异常,则为否则,为 false.

适用于