ValidationError.Exception 属性

定义

获取或设置导致此 ExceptionValidationError 对象(如果此错误是异常造成的)。

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

属性值

Exception

Exception 对象(如果此错误是异常造成的)。

适用于