# StreamEventDeliveryFailureException Constructors

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

## StreamEventDeliveryFailureException {#constructor-4a71613d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streameventdeliveryfailureexception/constructors/constructor-4a71613d/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PersistentStreams/StreamEventDeliveryFailureException.cs#L20)

```csharp
public StreamEventDeliveryFailureException()
```

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

## StreamEventDeliveryFailureException(SerializationInfo, StreamingContext) {#constructor-system-runtime-serialization-serializationinfo-system-runtime-serial-7f45ab69}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streameventdeliveryfailureexception/constructors/constructor-system-runtime-serialization-serializationinfo-system-runtime-serial-7f45ab69/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PersistentStreams/StreamEventDeliveryFailureException.cs#L48)

```csharp
[System.Obsolete]
public StreamEventDeliveryFailureException(SerializationInfo info, StreamingContext context)
```

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

### Parameters

- `info` (`SerializationInfo`): The serialization info.
- `context` (`StreamingContext`): The context.

## StreamEventDeliveryFailureException(string) {#constructor-string-181f2bc7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streameventdeliveryfailureexception/constructors/constructor-string-181f2bc7/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PersistentStreams/StreamEventDeliveryFailureException.cs#L26)

```csharp
public StreamEventDeliveryFailureException(string message)
```

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

### Parameters

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

## StreamEventDeliveryFailureException(string, Exception) {#constructor-string-system-exception-0953b38d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streameventdeliveryfailureexception/constructors/constructor-string-system-exception-0953b38d/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PersistentStreams/StreamEventDeliveryFailureException.cs#L40)

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

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

### Parameters

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