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
,JsFatalException
andJsUsageException
. These exceptions are responsible for handling errors, some of which were previously handled by theJsRuntimeException
class. - In the
JsException
class was added two new properties:Category
andDescription
- From the
JsRuntimeException
class was removed one property -ErrorCode
- In the
JsRuntimeException
class was added three new properties:Type
,DocumentName
andCallStack
JsScriptInterruptedException
class was renamed to theJsInterruptedException
class and now is inherited from theJsRuntimeException
classJsEngineLoadException
class now is inherited from theJsEngineException
classFormat
method of theJsErrorHelpers
class was renamed to theGenerateErrorDetails