DatePickerDateValidationErrorEventArgs.Exception 属性

定义

获取与 DateValidationError 事件关联的初始异常。

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

属性值

与验证失败关联的异常。

适用于