Click or drag to resize
SixpException Class
Base object for the exceptions that can be thrown.
Inheritance Hierarchy
SystemObject
  SystemException
    Six.Sixp.ClientSixpException
      More...

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public class SixpException : Exception

The SixpException type exposes the following members.

Properties
  NameDescription
Public propertyError
Error type for errors generated locally in the API.
Public propertyMessage
Error message for the error generated locally in the API.
(Overrides ExceptionMessage.)
Top
See Also
Inheritance Hierarchy