IotHubThrottledException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IotHubThrottledException(Int32) | |
IotHubThrottledException(String, Exception) |
IotHubThrottledException(Int32)
public IotHubThrottledException (int maximumBatchCount);
new Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException : int -> Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException
Public Sub New (maximumBatchCount As Integer)
Parameters
- maximumBatchCount
- System.Int32
Applies to
IotHubThrottledException(String, Exception)
public IotHubThrottledException (string message, Exception innerException);
new Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException : string * Exception -> Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- System.String
- innerException
- System.Exception