C# Class Rhino.JavaScriptException

Inheritance: RhinoException
Afficher le fichier Open project: hazzik/Rhino.Net

Méthodes publiques

Méthode Description
Details ( ) : string
GetValue ( ) : object
JavaScriptException ( object value, string sourceName, int lineNumber ) : System

Create a JavaScript exception wrapping the given JavaScript value

Private Methods

Méthode Description
GetLineNumber ( ) : int
GetSourceName ( ) : string
JavaScriptException ( object value ) : System

Method Details

Details() public méthode

public Details ( ) : string
Résultat string

GetValue() public méthode

public GetValue ( ) : object
Résultat object

JavaScriptException() public méthode

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