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