C# Class MsieJavaScriptEngine.Helpers.JsErrorHelpers

JavaScript engine error helpers
显示文件 Open project: Taritsyn/MsieJavaScriptEngine

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 JavaScript engine load exception
return string

Format() public static method

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