LeaseLostException(String, Exception) Constructor

Definition

Provides

public LeaseLostException (string partitionId, Exception innerException);
new Microsoft.Azure.EventHubs.Processor.LeaseLostException : string * Exception -> Microsoft.Azure.EventHubs.Processor.LeaseLostException
Public Sub New (partitionId As String, innerException As Exception)

Parameters

partitionId
String
innerException
Exception

Applies to