NavigationFailedEventArgs.Exception 屬性

定義

因為 Exception 導航失敗而被提出。

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

屬性值

Exception那個問題是因為導航失敗而被提出的。

備註

Exception 將成為 a WebExceptionIOException

適用於