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

注解

Exception将是一个或一个WebExceptionIOException

适用于