FrameLoadFailedEventArgs Properties |
The FrameLoadFailedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Browser |
Gets the IBrowser instance associated with the event.
(Inherited from NavigationEventArgs.) |
![]() | ErrorCode |
Gets the network error code which is one from the NetError enumeration.
|
![]() | Frame |
Gets the IFrame instance associated with the event.
(Inherited from FrameNavigationEventArgs.) |
![]() | Navigation |
Gets the INavigation instance associated with the event.
(Inherited from NavigationEventArgs.) |
![]() | ValidatedUrl |
Gets the URL address which is failed to load.
|