C# Class JavaScriptEngineSwitcher.Core.Helpers.JsErrorHelpers

JS error helpers
ファイルを表示 Open project: Taritsyn/JavaScriptEngineSwitcher

Public Methods

Method Description
Format ( JsEngineLoadException jsEngineLoadException ) : string

Generates a detailed error message

Format ( JsRuntimeException jsRuntimeException ) : string

Generates a detailed error message

Method Details

Format() public static method

Generates a detailed error message
public static Format ( JsEngineLoadException jsEngineLoadException ) : string
jsEngineLoadException JsEngineLoadException JS engine load exception
return string

Format() public static method

Generates a detailed error message
public static Format ( JsRuntimeException jsRuntimeException ) : string
jsRuntimeException JsRuntimeException JS runtime exception
return string