# AtsDiagnostic Constructors

- Package: [Aspire.TypeSystem](/reference/api/csharp/aspire.typesystem.md)
- Type: [AtsDiagnostic](/reference/api/csharp/aspire.typesystem/atsdiagnostic.md)
- Kind: `Constructors`
- Members: `1`

Represents a diagnostic message from the ATS capability scanner.

## AtsDiagnostic

- Name: `Constructor`

```csharp
public sealed class AtsDiagnostic
{
    public AtsDiagnostic()
    {
        // ...
    }
}
```
