# FaultedSubscriptionException Constructors

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

## FaultedSubscriptionException {#constructor-fc1d3fe3}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.faultedsubscriptionexception/constructors/constructor-fc1d3fe3/)

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

```csharp
public FaultedSubscriptionException()
```

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

## FaultedSubscriptionException(string) {#constructor-string-35c05a89}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.faultedsubscriptionexception/constructors/constructor-string-35c05a89/)

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

```csharp
public FaultedSubscriptionException(string message)
```

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

### Parameters

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

## FaultedSubscriptionException(string, Exception) {#constructor-string-system-exception-0edc33f3}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.faultedsubscriptionexception/constructors/constructor-string-system-exception-0edc33f3/)

[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.
