| ServiceResultBuilder Methods | 
The ServiceResultBuilder type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CreateServiceResultFailed(Exception) | 
            Creates a service result from an exception.
             | 
|   | CreateServiceResultFailed(IDatabaseRepository, Exception) | 
            Creates a service result from an exception.
             | 
|   | CreateServiceResultFailed(ServiceErrorCategory, String) | 
            Create error service result with given error category.
             | 
|   | CreateServiceResultPassed | 
            Creates a service result that indicates a successful method invocation.
             | 
 See Also
See Also