Table of Contents

Class InvalidScriptException

Namespace
NLightning.Infrastructure.Bitcoin.Exceptions
Assembly
NLightning.Infrastructure.Bitcoin.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