Class AlreadyExistsException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception for cases when a resource is already obtained.
public class AlreadyExistsException : ScriptApiException, ISerializable
- Inheritance
-
AlreadyExistsException
- Implements
- Inherited Members
- Extension Methods
Constructors
- AlreadyExistsException()
Initializes a new instance of the AlreadyExistsException class.
- AlreadyExistsException(string)
Initializes a new instance of the AlreadyExistsException class with a specified error message.
- 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.