PsrTransactionResultException Class |
Namespace: PsrApi.Synchronization
public class PsrTransactionResultException : PsrTransactionResultError
The PsrTransactionResultException type exposes the following members.
| Name | Description | |
|---|---|---|
| PsrTransactionResultException | Initializes a new instance of the PsrTransactionResultException class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DateTimeUtc |
Gibt an, wann die Transaktion durchgeführt worden ist.
(Inherited from PsrTransactionResult.) | |
| ExceptionCode |
ExceptionCode (if exception was a MtoException)
| |
| ExecutedSyncOperation |
Die Operation die vom Server ausgeführt wurde
(Inherited from PsrTransactionResult.) | |
| InnerException |
Inner Exception
| |
| Message |
Message
| |
| Stacktrace |
Stacktrace
| |
| SyncOperation |
Die Operation, die vom Client ausgeführt werden sollte
(Inherited from PsrTransactionResult.) |