Class ScriptException
Payroll script exception
Implements
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class ScriptException : Exception, ISerializable
Constructors
ScriptException(string)
Initializes a new instance of the exception
Declaration
public ScriptException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
ScriptException(string, Exception)
Initializes a new instance of the exception
Declaration
public ScriptException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |