| ServiceResult Class | 
Namespace: PDTec.IceNet.Domain.BatchHub.Service.Interface
public class ServiceResult
The ServiceResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ServiceResult | 
            Initializes an instance of the ServiceResult class.
              | 
| Name | Description | |
|---|---|---|
| DeveloperDetails | 
            Provides detailed technical information about the error. This is to support developers and
            administrators to diagnose the cause of the error.  
              | |
| ErrorCategory | 
            Specifies the general kind of the error (logical, technical, authorization, etc.). 
              | |
| ErrorMessage | 
            Provides the error message in readable form.
              | |
| IsPlatformException | 
            Determines if the ServiceResult describes an ice.NET platform exception.
              | |
| PlatformErrorCode | 
            If the ServiceResult describes an ice.NET platform exception,
            this field contains the exception error code.
              | |
| PlatformErrorValues | 
            A sequence of values that describe the ice.NET platform exception. 
            The interpretation of the values depends on the PlatformErrorCode.
              | |
| Success | 
            Indicates whether the service method call has been successfully completed.
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |