C# Class Skybound.Gecko.GeckoWebBrowser.JSErrorHandler

Inheritance: jsdIErrorHook
Afficher le fichier Open project: tophatmonocle/DirtyGecko

Méthodes publiques

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

Private Methods

Méthode Description
JSErrorHandler ( GeckoWebBrowser browser ) : System

Method Details

OnError() public méthode

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
Résultat bool