An exception reported through the test telemetry capture path, with the routing the reporter chose.
Implements
Namespace: Metalama.Testing.UnitTesting
Assembly: Metalama.Testing.UnitTesting.dll
Syntax
public sealed record ReportedTelemetryException : IEquatable<ReportedTelemetryException>Constructors
| Name | Description |
|---|---|
| ReportedTelemetryException(Exception, TelemetryScenario, TelemetryRouting, string?) |
Properties
| Name | Description |
|---|---|
| Directory | |
| Exception | |
| Routing | |
| Scenario |
Methods
| Name | Description |
|---|---|
| Deconstruct(out Exception, out TelemetryScenario, out TelemetryRouting, out string?) | |
| Equals(ReportedTelemetryException?) | |
| Equals(object?) | |
| GetHashCode() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(ReportedTelemetryException?, ReportedTelemetryException?) | |
| operator !=(ReportedTelemetryException?, ReportedTelemetryException?) |