Class ScriptEndException
Implements
Inherited Members
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class ScriptEndException : Exception, ISerializable
Constructors
ScriptEndException(int, bool)
Declaration
public ScriptEndException(int exitCode, bool localScope)
Parameters
| Type | Name | Description |
|---|---|---|
| int | exitCode | |
| bool | localScope |
Properties
ExitCode
Declaration
public int ExitCode { get; }
Property Value
| Type | Description |
|---|---|
| int |
LocalScope
Declaration
public bool LocalScope { get; }
Property Value
| Type | Description |
|---|---|
| bool |