# AWSProvisioningException

- Kind: `class`
- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Version: `13.2.0`
- Namespace: `Aspire.Hosting.AWS.Provisioning`
- Target framework: `net8.0`
- Inherits: `Exception`

Represents errors that occur during application execution.

## Definition

```csharp
namespace Aspire.Hosting.AWS.Provisioning;

public class AWSProvisioningException
    : System.Exception
{
    // ...
}
```

## Constructors

- [AWSProvisioningException(string, Exception?)](/reference/api/csharp/aspire.hosting.aws/awsprovisioningexception/constructors.md#constructor-string-exception)
