C# Class Rhino.JavaScriptException

Inheritance: RhinoException
显示文件 Open project: hazzik/Rhino.Net

Public Methods

Method Description
Details ( ) : string
GetValue ( ) : object
JavaScriptException ( object value, string sourceName, int lineNumber ) : System

Create a JavaScript exception wrapping the given JavaScript value

Private Methods

Method Description
GetLineNumber ( ) : int
GetSourceName ( ) : string
JavaScriptException ( object value ) : System

Method Details

Details() public method

public Details ( ) : string
return string

GetValue() public method

public GetValue ( ) : object
return object

JavaScriptException() public method

Create a JavaScript exception wrapping the given JavaScript value
public JavaScriptException ( object value, string sourceName, int lineNumber ) : System
value object the JavaScript value thrown.
sourceName string
lineNumber int
return System