Class AlgoApiException
An Exception thrown from an ErrorResponse.
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public class AlgoApiException : Exception, ISerializable, _Exception
Constructors
AlgoApiException(ErrorResponse)
Declaration
public AlgoApiException(ErrorResponse error)
Parameters
| Type | Name | Description |
|---|---|---|
| ErrorResponse | error |
Properties
Error
The ErrorResponse that threw this exception.
Declaration
public ErrorResponse Error { get; }
Property Value
| Type | Description |
|---|---|
| ErrorResponse |