Class ScriptException
Exception related to an unsuccessful execution of Sitecore Content Hub scripts.
Inheritance
object
ScriptException
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
ScriptException()
Initializes a new instance of the ScriptException class.
Declaration
ScriptException(SerializationInfo, StreamingContext)
Initializes a new instance of the ScriptException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | serializationInfo | The serialization info. |
| StreamingContext | streamingContext | The streaming context. |
ScriptException(string, Exception)
Initializes a new instance of the ScriptException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
| Exception | exception | The exception. |
ScriptException(string)
Initializes a new instance of the ScriptException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
If you have suggestions for improving this article, let us know!