Table of Contents

Class NotFoundException

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

Exception for cases when an object or a resource with the given name or identifier cannot be found.

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

Constructors

NotFoundException()

Initializes a new instance of the NotFoundException class.

NotFoundException(string)

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

NotFoundException(string, Exception?)

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