# PullingAgentStreamRegistrationFailed Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streaming.diagnostics.streamingevents.pullingagentstreamregistrationfailed/)

## PullingAgentStreamRegistrationFailed(string, SiloAddress?, QueueId, StreamId, Exception) {#constructor-string-orleans-runtime-siloaddress-nullable-orleans-streams-queueid-5ca87222}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streaming.diagnostics.streamingevents.pullingagentstreamregistrationfailed/constructors/constructor-string-orleans-runtime-siloaddress-nullable-orleans-streams-queueid-5ca87222/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Orleans.Streaming/Diagnostics/StreamingEvents.cs#L608-L623)

```csharp
public PullingAgentStreamRegistrationFailed(string streamProvider, SiloAddress? siloAddress, QueueId queueId, StreamId streamId, Exception exception)
```

Event payload for when a persistent stream pulling agent fails to register a local stream entry.

### Parameters

- `streamProvider` (`string`): The name of the stream provider.
- `siloAddress` (`SiloAddress?`): The address of the silo.
- `queueId` (`QueueId`): The queue handled by the pulling agent.
- `streamId` (`StreamId`): The stream ID.
- `exception` (`Exception`): The registration exception.
