Table of Contents

Class StorageQuotaReachedException

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

Exception for cases when the script storage operation cannot be completed because the quota has been reached.

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

Constructors

StorageQuotaReachedException()

Initializes a new instance of the StorageQuotaReachedException class.

StorageQuotaReachedException(string)

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

StorageQuotaReachedException(string, Exception?)

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