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