![]() | ResultT Properties |
The ResultT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Exception |
Get the exception that has been occurred. (Inherited from Result.)Most of the time when Success is false. |
![]() | Success |
Indicates if the method was successfully executed.
(Inherited from Result.) |
![]() | Value |
Result value.
|