| ResultT Constructor (Exception) |
Creates a new fail result.
Namespace:
AskiaFieldCom
Assembly:
AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Result(
Exception exception
)
public:
Result(
Exception^ exception
)
Parameters
- exception
- Type: SystemException
Exception that cause the failure.
See Also