C# Класс JavaScriptEngineSwitcher.ChakraCore.JsRt.JsScriptException

Наследование: JsException
Показать файл Открыть проект

Открытые методы

Метод Описание
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