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 将是一个 WebException 或一个 IOException

适用于