OperationResult Constructor |
Initializes a new instances of OperationResult.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public OperationResult(
bool success,
string message = "",
Exception exception = null,
Object tag = null
)
Parameters
- success
- Type: SystemBoolean
Value indicating whether the operation was a success or not. - message (Optional)
- Type: SystemString
Operation output message. - exception (Optional)
- Type: SystemException
Operation exception. - tag (Optional)
- Type: SystemObject
Operation output object.
See Also