Click or drag to resize
LoadErrorEventArgs Constructor
Version 63.0.0
Initializes a new instance of the LoadErrorEventArgs class

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public LoadErrorEventArgs(
	IBrowser browser,
	IFrame frame,
	CefErrorCode errorCode,
	string errorText,
	string failedUrl
)

Parameters

browser
Type: CefSharpIBrowser

[Missing <param name="browser"/> documentation for "M:CefSharp.LoadErrorEventArgs.#ctor(CefSharp.IBrowser,CefSharp.IFrame,CefSharp.CefErrorCode,System.String,System.String)"]

frame
Type: CefSharpIFrame

[Missing <param name="frame"/> documentation for "M:CefSharp.LoadErrorEventArgs.#ctor(CefSharp.IBrowser,CefSharp.IFrame,CefSharp.CefErrorCode,System.String,System.String)"]

errorCode
Type: CefSharpCefErrorCode

[Missing <param name="errorCode"/> documentation for "M:CefSharp.LoadErrorEventArgs.#ctor(CefSharp.IBrowser,CefSharp.IFrame,CefSharp.CefErrorCode,System.String,System.String)"]

errorText
Type: SystemString

[Missing <param name="errorText"/> documentation for "M:CefSharp.LoadErrorEventArgs.#ctor(CefSharp.IBrowser,CefSharp.IFrame,CefSharp.CefErrorCode,System.String,System.String)"]

failedUrl
Type: SystemString

[Missing <param name="failedUrl"/> documentation for "M:CefSharp.LoadErrorEventArgs.#ctor(CefSharp.IBrowser,CefSharp.IFrame,CefSharp.CefErrorCode,System.String,System.String)"]

See Also