C# 클래스 MsieJavaScriptEngine.JsRt.JsEngineException

상속: JsException
파일 보기 프로젝트 열기: Taritsyn/MsieJavaScriptEngine

공개 메소드들

메소드 설명
JsEngineException ( JsErrorCode errorCode ) : System

Initializes a new instance of the JsEngineException class

JsEngineException ( JsErrorCode errorCode, string message ) : System

Initializes a new instance of the JsEngineException class with a specified error message

비공개 메소드들

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

Initializes a new instance of the JsEngineException class with serialized data

메소드 상세

JsEngineException() 공개 메소드

Initializes a new instance of the JsEngineException class
public JsEngineException ( JsErrorCode errorCode ) : System
errorCode JsErrorCode The error code returned
리턴 System

JsEngineException() 공개 메소드

Initializes a new instance of the JsEngineException class with a specified error message
public JsEngineException ( JsErrorCode errorCode, string message ) : System
errorCode JsErrorCode The error code returned
message string The error message
리턴 System