Click or drag to resize

IResultT Properties

The IResultT generic type exposes the following members.

Properties
  NameDescription
Public propertyException
Get the exception that has been occurred.
Most of the time when Success is false.
(Inherited from IResult.)
Public propertySuccess
Indicates if the method was successfully executed.
(Inherited from IResult.)
Public propertyValue
Result value.
Top
See Also