2 writes to ExceptionMessage
aspire (2)
Commands\ResourcesCommand.cs (1)
293ExceptionMessage = h.ExceptionText
ResourcesCommandJsonContext.ResourceHealthReportJson.g.cs (1)
119Setter = static (obj, value) => ((global::Aspire.Shared.Model.Serialization.ResourceHealthReportJson)obj).ExceptionMessage = value!,
2 references to ExceptionMessage
aspire (2)
ResourcesCommandJsonContext.ResourceHealthReportJson.g.cs (2)
118Getter = static obj => ((global::Aspire.Shared.Model.Serialization.ResourceHealthReportJson)obj).ExceptionMessage, 161string __value_ExceptionMessage = ((global::Aspire.Shared.Model.Serialization.ResourceHealthReportJson)value).ExceptionMessage;