[This is preliminary documentation and is subject to change.]
Notify the associated JavaScript onFailure callback that the query has
failed with the specified |error_code| and |error_message|.
Namespace: Xilium.CefGlue.WrapperAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- errorCode
- Type: System Int32
[Missing <param name="errorCode"/> documentation for "M:Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.Callback.Failure(System.Int32,System.String)"]
- errorMessage
- Type: System String
[Missing <param name="errorMessage"/> documentation for "M:Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.Callback.Failure(System.Int32,System.String)"]
See Also