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

JsEngineException() public method

Initializes a new instance of the JsEngineException class
public JsEngineException ( JsErrorCode errorCode ) : System
errorCode JsErrorCode The error code returned
return System
		public JsEngineException(JsErrorCode errorCode)
			: base(errorCode)
		{ }

Same methods

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