Table of Contents

Class DatabaseErrorException

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

Exception for cases when a database operation failed due to database failure.

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

Constructors

DatabaseErrorException()

Initializes a new instance of the DatabaseErrorException class.

DatabaseErrorException(string)

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

DatabaseErrorException(string, Exception?)

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