The ProwlResult type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ProwlResult | Initializes a new instance of the ProwlResult class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from |
Fields
| Name | Description | |
|---|---|---|
| Error |
Contains error details if applicable.
| |
| Retrieve |
Contains Token/API key retrieval details if applicable.
| |
| Success |
Contains success details if applicable.
|
Properties
| Name | Description | |
|---|---|---|
| HasException |
Returns True if there was an exception, otherwise False.
| |
| ToException |
Converts error details into System.Exception.
|
See Also