DWebBrowserEvents2.NavigateError Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when an error occurs during navigation.
public:
void NavigateError(System::Object ^ pDisp, System::Object ^ % URL, System::Object ^ % Frame, System::Object ^ % StatusCode, [Runtime::InteropServices::Out] bool % Cancel);
public void NavigateError (object pDisp, ref object URL, ref object Frame, ref object StatusCode, out bool Cancel);
abstract member NavigateError : obj * obj * obj * obj * bool -> unit
Public Sub NavigateError (pDisp As Object, ByRef URL As Object, ByRef Frame As Object, ByRef StatusCode As Object, ByRef Cancel As Boolean)
Parameters
- pDisp
- Object
- URL
- Object
- Frame
- Object
- StatusCode
- Object
- Cancel
- Boolean