DWebBrowserEvents2.NavigateError Method
Fires when an error occurs during navigation.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As DWebBrowserEvents2
Dim pDisp As Object
Dim URL As Object
Dim Frame As Object
Dim StatusCode As Object
Dim Cancel As Boolean
instance.NavigateError(pDisp, URL, Frame, StatusCode, Cancel)
Syntax
'Declaration
<DispIdAttribute(271)> _
Sub NavigateError ( _
<InAttribute> pDisp As Object, _
<InAttribute> ByRef URL As Object, _
<InAttribute> ByRef Frame As Object, _
<InAttribute> ByRef StatusCode As Object, _
<InAttribute> <OutAttribute> ByRef Cancel As Boolean _
)
[DispIdAttribute(271)]
void NavigateError (
[InAttribute] Object pDisp,
[InAttribute] ref Object URL,
[InAttribute] ref Object Frame,
[InAttribute] ref Object StatusCode,
[InAttribute] out bool Cancel
)
[DispIdAttribute(271)]
void NavigateError (
[InAttribute] Object^ pDisp,
[InAttribute] Object^% URL,
[InAttribute] Object^% Frame,
[InAttribute] Object^% StatusCode,
[InAttribute] [OutAttribute] bool% Cancel
)
/** @attribute DispIdAttribute(271) */
void NavigateError (
/** @attribute InAttribute() */ Object pDisp,
/** @attribute InAttribute() */ /** @ref */ Object URL,
/** @attribute InAttribute() */ /** @ref */ Object Frame,
/** @attribute InAttribute() */ /** @ref */ Object StatusCode,
/** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ boolean Cancel
)
Parameters
- pDisp
- URL
- Frame
- StatusCode
- Cancel
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DWebBrowserEvents2 Interface
DWebBrowserEvents2 Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.