Constructor DatabaseErrorException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
DatabaseErrorException()
Initializes a new instance of the DatabaseErrorException class.
public DatabaseErrorException()
DatabaseErrorException(string)
Initializes a new instance of the DatabaseErrorException class with a specified error message.
public DatabaseErrorException(string message)
Parameters
message
stringThe message that describes the error.
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.
public DatabaseErrorException(string message, Exception? innerException)