Click or drag to resize

ServiceResultBuilderCreateServiceResultFailed Method (ServiceErrorCategory, String)

Create error service result with given error category.

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
C#
public static ServiceResult CreateServiceResultFailed(
	ServiceErrorCategory ErrorCategory,
	string message
)

Parameters

ErrorCategory
Type: PDTec.IceNet.Web.Service.TicketBasedServiceErrorCategory
The error category.
message
Type: SystemString
The message text.

Return Value

Type: ServiceResult
The ServiceResult instance.
See Also