C# Class Skybound.Gecko.JavascriptErrorEventArgs

Inheritance: System.EventArgs
显示文件 Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
JavascriptErrorEventArgs ( string message, string filename, uint line, uint pos, uint flags, uint errorNumber ) : System

Method Details

JavascriptErrorEventArgs() public method

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
return System