Click or drag to resize

PsrApiException Class

Password Safe specific exception. Contains a PsrApiExceptionCode that describes the error in more detail
Inheritance Hierarchy

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

The PsrApiException type exposes the following members.

Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyExceptionCode
The error code that describes the error in more detail
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