v3.0.0 Beta 1
Pre-release
Pre-release
·
104 commits
to master
since this release
Version: 3.0.0 Beta 1
Published: 4/8/2018
Change Set: b6fa144
NuGet Package MsieJavaScriptEngine
- Format of the error messages was unified
- Created a new exception classes:
JsCompilationException,JsEngineException,JsFatalExceptionandJsUsageException. These exceptions are responsible for handling errors, some of which were previously handled by theJsRuntimeExceptionclass. - In the
JsExceptionclass was added two new properties:CategoryandDescription - From the
JsRuntimeExceptionclass was removed one property -ErrorCode - In the
JsRuntimeExceptionclass was added three new properties:Type,DocumentNameandCallStack JsScriptInterruptedExceptionclass was renamed to theJsInterruptedExceptionclass and now is inherited from theJsRuntimeExceptionclassJsEngineLoadExceptionclass now is inherited from theJsEngineExceptionclassFormatmethod of theJsErrorHelpersclass was renamed to theGenerateErrorDetails