ServiceResultBuilderCreateServiceResultFailed Method (Exception) |
Creates a service result from an exception.
Namespace:
PDTec.IceNet.Web.Service.TicketBased
Assembly:
PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static ServiceResult CreateServiceResultFailed(
Exception ex
)
Parameters
- ex
- Type: SystemException
The exception.
Return Value
Type:
ServiceResultThe ServiceResult instance.
Remarks See Also