Click or drag to resize

FrameLoadFailedEventArgs Properties

The FrameLoadFailedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with the event.
(Inherited from NavigationEventArgs.)
Public propertyErrorCode
Gets the network error code which is one from the NetError enumeration.
Public propertyFrame
Gets the IFrame instance associated with the event.
(Inherited from FrameNavigationEventArgs.)
Public propertyNavigation
Gets the INavigation instance associated with the event.
(Inherited from NavigationEventArgs.)
Public propertyValidatedUrl
Gets the URL address which is failed to load.
Top
See Also