C# Класс JavaScriptEngineSwitcher.Core.Helpers.JsErrorHelpers

JS error helpers
Показать файл Открыть проект

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

Метод Описание
Format ( JsEngineLoadException jsEngineLoadException ) : string

Generates a detailed error message

Format ( JsRuntimeException jsRuntimeException ) : string

Generates a detailed error message

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

Format() публичный статический Метод

Generates a detailed error message
public static Format ( JsEngineLoadException jsEngineLoadException ) : string
jsEngineLoadException JsEngineLoadException JS engine load exception
Результат string

Format() публичный статический Метод

Generates a detailed error message
public static Format ( JsRuntimeException jsRuntimeException ) : string
jsRuntimeException JsRuntimeException JS runtime exception
Результат string