Table of Contents

Class InvalidScriptException

Namespace
NLightning.Bolts.Exceptions
Assembly
NLightning.Bolts.dll

Represents an exception that is thrown when a script validation error occurs.

public class InvalidScriptException : ErrorException, ISerializable
Inheritance
InvalidScriptException
Implements
Inherited Members

Constructors

InvalidScriptException(string)

public InvalidScriptException(string message)

Parameters

message string

InvalidScriptException(string, Exception)

public InvalidScriptException(string message, Exception innerException)

Parameters

message string
innerException Exception