C# 클래스 MsieJavaScriptEngine.JsRt.JavaScriptEngineException

상속: JavaScriptException
파일 보기 프로젝트 열기: klumsy/PowerShellJS

공개 메소드들

메소드 설명
JavaScriptEngineException ( JavaScriptErrorCode code ) : System

Initializes a new instance of the JavaScriptEngineException class.

JavaScriptEngineException ( JavaScriptErrorCode code, string message ) : System

Initializes a new instance of the JavaScriptEngineException class.

비공개 메소드들

메소드 설명
JavaScriptEngineException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the JavaScriptEngineException class.

메소드 상세

JavaScriptEngineException() 공개 메소드

Initializes a new instance of the JavaScriptEngineException class.
public JavaScriptEngineException ( JavaScriptErrorCode code ) : System
code JavaScriptErrorCode The error code returned.
리턴 System

JavaScriptEngineException() 공개 메소드

Initializes a new instance of the JavaScriptEngineException class.
public JavaScriptEngineException ( JavaScriptErrorCode code, string message ) : System
code JavaScriptErrorCode The error code returned.
message string The error message.
리턴 System