C# 클래스 MsieJavaScriptEngine.JsRt.Ie.IeJsScriptException

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

공개 메소드들

메소드 설명
IeJsScriptException ( JsErrorCode errorCode, IeJsValue error ) : System

Initializes a new instance of the IeJsScriptException class

IeJsScriptException ( JsErrorCode errorCode, IeJsValue error, string message ) : System

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

비공개 메소드들

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

Initializes a new instance of the IeJsScriptException class with serialized data

메소드 상세

IeJsScriptException() 공개 메소드

Initializes a new instance of the IeJsScriptException class
public IeJsScriptException ( JsErrorCode errorCode, IeJsValue error ) : System
errorCode JsErrorCode The error code returned
error IeJsValue The JavaScript error object
리턴 System

IeJsScriptException() 공개 메소드

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