Click or drag to resize

ServiceResult Properties

The ServiceResult type exposes the following members.

Properties
  NameDescription
Public propertyDeveloperDetails
Provides detailed technical information about the error. This is to support developers and administrators to diagnose the cause of the error.
Public propertyErrorCategory
Specifies the general kind of the error (logical, technical, authorization, etc.).
Public propertyErrorMessage
Provides the error message in readable form.
Public propertyIsPlatformException
Determines if the ServiceResult describes an ice.NET platform exception.
Public propertyPlatformErrorCode
If the ServiceResult describes an ice.NET platform exception, this field contains the exception error code.
Public propertyPlatformErrorValues
A sequence of values that describe the ice.NET platform exception. The interpretation of the values depends on the PlatformErrorCode.
Public propertySuccess
Indicates whether the service method call has been successfully completed.
Top
See Also