Class ScriptException
Exception related to an unsuccessful execution of Sitecore Content Hub scripts.
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. |