Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ServiceException Class

Base class for exceptions. ServiceExceptions are returned to the Portal as SOAP Faults, except in the cases of subclasses that return a status code. These subclasses include: AccessDeniedException NoLongerExistsException NoSuchUserException NotInitializedException and ValidationException

For a list of all members of this type, see ServiceException Members.

System.Object
   System.Exception
      Plumtree.Remote.ServiceException
         Derived types

public class ServiceException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Plumtree.Remote

Assembly: edk (in edk.dll)

See Also

ServiceException Members | Plumtree.Remote Namespace