C# 클래스 Jurassic.Library.ErrorInstance

상속: ObjectInstance
파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

비공개 메소드들

메소드 설명
CreatePrototype ( ScriptEngine engine, ErrorConstructor constructor, ErrorType type ) : ObjectInstance

Creates the Error prototype object.

ErrorInstance ( ObjectInstance prototype, string message ) : System

Creates a new Error instance with the given message.

GetDeclarativeProperties ( ScriptEngine engine ) : List
GetPrototype ( ScriptEngine engine, ErrorType type ) : ObjectInstance

Determine the prototype for the given error type.

SetStackTrace ( string path, string function, int line ) : void

Sets the stack trace information.

ToString ( ScriptEngine engine, object thisObj ) : string
__STUB__ToString ( ScriptEngine engine, object thisObj, object args ) : object