# ExcludeLaunchProfileAnnotation Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ExcludeLaunchProfileAnnotation](/reference/api/csharp/aspire.hosting/excludelaunchprofileannotation.md)
- Kind: `Constructors`
- Members: `1`

Represents an annotation that indicates that launch settings should not be used.

## ExcludeLaunchProfileAnnotation

- Name: `Constructor`

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