Click or drag to resize

ServiceResultBuilder Methods

The ServiceResultBuilder type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateServiceResultFailed(Exception)
Creates a service result from an exception.
Public methodStatic memberCreateServiceResultFailed(IDatabaseRepository, Exception)
Creates a service result from an exception.
Public methodStatic memberCreateServiceResultFailed(ServiceErrorCategory, String)
Create error service result with given error category.
Public methodStatic memberCreateServiceResultPassed
Creates a service result that indicates a successful method invocation.
Top
See Also