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

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
JsException ( JsErrorCode errorCode ) : System

Initializes a new instance of the JsException class

JsException ( JsErrorCode errorCode, string message ) : System

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

Защищенные методы

Метод Описание
JsException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the JsException class with serialized data

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Описание методов

JsException() публичный Метод

Initializes a new instance of the JsException class
public JsException ( JsErrorCode errorCode ) : System
errorCode JsErrorCode The error code returned
Результат System

JsException() публичный Метод

Initializes a new instance of the JsException class with a specified error message
public JsException ( JsErrorCode errorCode, string message ) : System
errorCode JsErrorCode The error code returned
message string The error message
Результат System

JsException() защищенный Метод

Initializes a new instance of the JsException class with serialized data
protected JsException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized data
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination
Результат System