C# 클래스 JavaScriptEngineSwitcher.ChakraCore.JsRt.JsScriptException

상속: JsException
파일 보기 프로젝트 열기: Taritsyn/JavaScriptEngineSwitcher

공개 메소드들

메소드 설명
JsScriptException ( JsErrorCode errorCode, JsValue error ) : System

Initializes a new instance of the JsScriptException class

JsScriptException ( JsErrorCode errorCode, JsValue error, string message ) : System

Initializes a new instance of the JsScriptException class with a specified error message

비공개 메소드들

메소드 설명
JsScriptException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the JsScriptException class with serialized data

메소드 상세

JsScriptException() 공개 메소드

Initializes a new instance of the JsScriptException class
public JsScriptException ( JsErrorCode errorCode, JsValue error ) : System
errorCode JsErrorCode The error code returned
error JsValue The JavaScript error object
리턴 System

JsScriptException() 공개 메소드

Initializes a new instance of the JsScriptException class with a specified error message
public JsScriptException ( JsErrorCode errorCode, JsValue error, string message ) : System
errorCode JsErrorCode The error code returned
error JsValue The JavaScript error object
message string The error message
리턴 System