Click or drag to resize

ServiceException Class

Class to handle exceptions that are returned from web service requests
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.ServicesServiceException

Namespace: AppOne.Web.Service.Services
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class ServiceException

The ServiceException type exposes the following members.

Properties
 NameDescription
Public propertyErrorCode The error code returned from the web service
Public propertyMessage The error message returned from the web service
Top
See Also