C# Class Skybound.Gecko.JavascriptErrorEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: tophatmonocle/DirtyGecko Class Usage Examples

Méthodes publiques

Méthode Description
JavascriptErrorEventArgs ( string message, string filename, uint line, uint pos, uint flags, uint errorNumber ) : System

Method Details

JavascriptErrorEventArgs() public méthode

public JavascriptErrorEventArgs ( string message, string filename, uint line, uint pos, uint flags, uint errorNumber ) : System
message string
filename string
line uint
pos uint
flags uint
errorNumber uint
Résultat System