Constructor AlreadyExistsException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
AlreadyExistsException()
Initializes a new instance of the AlreadyExistsException class.
public AlreadyExistsException()
AlreadyExistsException(string)
Initializes a new instance of the AlreadyExistsException class with a specified error message.
public AlreadyExistsException(string message)
Parameters
message
stringThe message that describes the error.
AlreadyExistsException(string, Exception?)
Initializes a new instance of the AlreadyExistsException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public AlreadyExistsException(string message, Exception? innerException)