Click or drag to resize

ServiceResult Fields

The ServiceResult type exposes the following members.

Fields
  NameDescription
Public fieldDeveloperDetails
Contains detailed information about the error that might help developers to analyze the problem. If security settings allow, a stack trace might be included.
Public fieldErrorCategory
Indicates the error category.
Public fieldErrorMessage
Contains a human-readable error message.
Public fieldPlatformErrorCode
If the ServiceResult describes an ice.NET platform exception, this field contains the exception error code.
Public fieldPlatformErrorValues
A sequence of values that describe the ice.NET platform exception. The interpretation of the values depends on the PlatformErrorCode.
Public fieldSuccess
Indicates whether the method has been successfully executed.
Top
See Also