# FaultedSubscriptionException.FaultedSubscriptionException(string, Exception)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.faultedsubscriptionexception/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.faultedsubscriptionexception/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PubSub/FaultedSubscriptionException.cs#L42)

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

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

### Parameters

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