# StreamEventDeliveryFailureException.StreamEventDeliveryFailureException(SerializationInfo, StreamingContext)

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

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