C# Class Skybound.Gecko.GeckoWebBrowser.JSErrorHandler

Inheritance: jsdIErrorHook
显示文件 Open project: tophatmonocle/DirtyGecko

Public Methods

Method Description
OnError ( Skybound.Gecko.nsAUTF8String message, Skybound.Gecko.nsAUTF8String fileName, uint line, uint pos, uint flags, uint errnum, jsdIValue exc ) : bool

Private Methods

Method Description
JSErrorHandler ( GeckoWebBrowser browser ) : System

Method Details

OnError() public method

public OnError ( Skybound.Gecko.nsAUTF8String message, Skybound.Gecko.nsAUTF8String fileName, uint line, uint pos, uint flags, uint errnum, jsdIValue exc ) : bool
message Skybound.Gecko.nsAUTF8String
fileName Skybound.Gecko.nsAUTF8String
line uint
pos uint
flags uint
errnum uint
exc jsdIValue
return bool