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: 6.0.0.0 (6.0.6225.27214)
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