# ProviderStartException Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.providerstartexception/)

## ProviderStartException {#constructor-534ea821}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.providerstartexception/constructors/constructor-534ea821/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Providers/ProviderStartException.cs#L17-L18)

```csharp
public ProviderStartException()
```

Initializes a new instance of the [ProviderStartException](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.providerstartexception/) class.

## ProviderStartException(string) {#constructor-string-2ee03b93}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.providerstartexception/constructors/constructor-string-2ee03b93/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Providers/ProviderStartException.cs#L25-L26)

```csharp
public ProviderStartException(string message)
```

Initializes a new instance of the [ProviderStartException](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.providerstartexception/) class.

### Parameters

- `message` (`string`): The message.

## ProviderStartException(string, Exception) {#constructor-string-system-exception-4ab7f879}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.providerstartexception/constructors/constructor-string-system-exception-4ab7f879/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Providers/ProviderStartException.cs#L34-L35)

```csharp
public ProviderStartException(string message, Exception innerException)
```

Initializes a new instance of the [ProviderStartException](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.providerstartexception/) class.

### Parameters

- `message` (`string`): The message.
- `innerException` (`Exception`): The inner exception.
