MsieJavaScriptEngine.JsRt.JsException.JsException C# (CSharp) Method

JsException() public method

Initializes a new instance of the JsException class
public JsException ( JsErrorCode errorCode ) : System
errorCode JsErrorCode The error code returned
return System
		public JsException(JsErrorCode errorCode)
			: this(errorCode, "A fatal exception has occurred in a JavaScript runtime")
		{ }

Same methods

JsException::JsException ( JsErrorCode errorCode, string message ) : System
JsException::JsException ( SerializationInfo info, StreamingContext context ) : System