Click or drag to resize

PsrTransactionResultException Class

Result with exception which happened during a transaction
Inheritance Hierarchy

Namespace:  PsrApi.Synchronization
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class PsrTransactionResultException : PsrTransactionResultError

The PsrTransactionResultException type exposes the following members.

Constructors
  NameDescription
Public methodPsrTransactionResultException
Initializes a new instance of the PsrTransactionResultException class
Top
Properties
  NameDescription
Public property__type
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldDateTimeUtc
Gibt an, wann die Transaktion durchgeführt worden ist.
(Inherited from PsrTransactionResult.)
Public fieldExceptionCode
ExceptionCode (if exception was a MtoException)
Public fieldExecutedSyncOperation
Die Operation die vom Server ausgeführt wurde
(Inherited from PsrTransactionResult.)
Public fieldInnerException
Inner Exception
Public fieldMessage
Message
Public fieldStacktrace
Stacktrace
Public fieldSyncOperation
Die Operation, die vom Client ausgeführt werden sollte
(Inherited from PsrTransactionResult.)
Top
See Also