Click or drag to resize

PsrServiceException Class

Exceptions that are thrown by Password Safe Server
Inheritance Hierarchy

Namespace:  PsrApi
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class PsrServiceException : Exception

The PsrServiceException type exposes the following members.

Constructors
  NameDescription
Public methodPsrServiceException
Creates a new instance of PsrServiceException.
Top
Properties
  NameDescription
Public propertyAdditionalData
JSON serialized additional data
Public propertyData (Inherited from Exception.)
Public propertyExceptionCode
ExceptionCode
Public propertyFaultCode
FaultCode
Public propertyFaultNameSpace
FaultNameSpace is filled with additional information if FaultCode is filled
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
See Also