Delen via


DeviceInvalidResultCountException(Int32) Constructor

Definition

Creates an instance of DeviceInvalidResultCountException with the value of the maximum allowable count of device results and marks it as non-transient.

public DeviceInvalidResultCountException (int maximumResultCount);
new Microsoft.Azure.Devices.Common.Exceptions.DeviceInvalidResultCountException : int -> Microsoft.Azure.Devices.Common.Exceptions.DeviceInvalidResultCountException
Public Sub New (maximumResultCount As Integer)

Parameters

maximumResultCount
Int32

The maximum count of device results allowed.

Applies to