C# 클래스 JavaScriptEngineSwitcher.Core.Helpers.JsErrorHelpers

JS error helpers
파일 보기 프로젝트 열기: Taritsyn/JavaScriptEngineSwitcher

공개 메소드들

메소드 설명
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