EShardUnavailable.Create Constructor
Creates the exception for the given shard.
Syntax
Unit: Aurelius.Tenancy.Exceptions
constructor EShardUnavailable.Create(const AShardId: string; const AMessage: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AShardId | string | The id of the shard, or an empty string when no specific shard is involved (for example, when no shard could be allocated). |
| const | AMessage | string | The error message. |