Thrown when an audit internal data couldn't be de-serialized.
Initializes a new instance of AuditDataDeserializationException.
public Void AuditDataDeserializationException(auditId, src, inner)| Name | Type | Summary |
|---|---|---|
| auditId | Int32 | Id of the audit record. |
| src | String | Source code reference. |
| inner | Exception | Original exception. |
Id of the audit record.
public Int32 AuditId { get; }In this document