NavigateErrorEventArgs Members

Represents the event arguments for a navigate error event.

The following tables list the members exposed by the NavigateErrorEventArgs type.

Public Constructors

  Name Description
  NavigateErrorEventArgs Initializes a new instance of the NavigateErrorEventArgs class.

Top

Public Properties

  Name Description
public property Cancel Gets or sets a Boolean value that specifies whether to cancel the navigation to an error page and/or any further autosearch. False Default. Continue with navigation to an error page or autosearch. True Cancel navigation to an error page or autosearch.
public property Frame Gets or sets the frame object in which the resource is to be displayed, or Null if no named frame is targeted for the resource.
public property pDisp Gets or sets the pointer to the top-level or frame WebBrowser object corresponding to the failed navigation.
public property StatusCode Gets or sets the integer that contains a status code corresponding to the error, if available.
public property URL Gets or sets the URL for which navigation failed.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

NavigateErrorEventArgs Class
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.