ServiceResult Class |
Namespace: PDTec.IceNet.Web.Service.TicketBased
public class ServiceResult
The ServiceResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ServiceResult | Initializes a new instance of the ServiceResult class |
| 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.) |
| Name | Description | |
|---|---|---|
| DeveloperDetails |
Contains detailed information about the error that might help developers to
analyze the problem. If security settings allow, a stack trace might be included.
| |
| ErrorCategory |
Indicates the error category.
| |
| ErrorMessage |
Contains a human-readable error message.
| |
| 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 method has been successfully executed.
|