ValidationError.Exception 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Exception 物件,該物件是這個 ValidationError 的原因,如果錯誤是因為例外狀況所造成。
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 物件,如果錯誤是因為例外狀況所造成。