Table of Contents

Class DependencyNotFoundException

Namespace
WhalesSecret.TradeScriptLib.Exceptions
Assembly
WhalesSecret.TradeScriptLib.dll

Exception for cases when a route to a remote script cannot be created because no script of the requested type can be found.

public class DependencyNotFoundException : ScriptApiException, ISerializable
Inheritance
DependencyNotFoundException
Implements
Inherited Members
Extension Methods

Constructors

DependencyNotFoundException()

Initializes a new instance of the DependencyNotFoundException class.

DependencyNotFoundException(string)

Initializes a new instance of the DependencyNotFoundException class with a specified error message.

DependencyNotFoundException(string, Exception?)

Initializes a new instance of the DependencyNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.