TooManyModulesOnDeviceException 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
TooManyModulesOnDeviceException(String) |
Creates an instance of this class with a specified error message and marks it as non-transient. |
TooManyModulesOnDeviceException(String, Exception) |
Creates an instance of this class with a specified error message and a reference to the inner exception that caused this exception, and marks it as non-transient. |
TooManyModulesOnDeviceException(String, String) |
Creates an instance of this class with the supplied error message and tracking Id, and marks it as non-transient. |
TooManyModulesOnDeviceException(String)
Creates an instance of this class with a specified error message and marks it as non-transient.
public TooManyModulesOnDeviceException (string message);
new Microsoft.Azure.Devices.Common.Exceptions.TooManyModulesOnDeviceException : string -> Microsoft.Azure.Devices.Common.Exceptions.TooManyModulesOnDeviceException
Public Sub New (message As String)
Parameters
- message
- String
The message that describes the error.
Applies to
TooManyModulesOnDeviceException(String, Exception)
Creates an instance of this class with a specified error message and a reference to the inner exception that caused this exception, and marks it as non-transient.
public TooManyModulesOnDeviceException (string message, Exception innerException);
new Microsoft.Azure.Devices.Common.Exceptions.TooManyModulesOnDeviceException : string * Exception -> Microsoft.Azure.Devices.Common.Exceptions.TooManyModulesOnDeviceException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message that describes the error.
- innerException
- Exception
The exception that is the cause of the current exception.
Applies to
TooManyModulesOnDeviceException(String, String)
Creates an instance of this class with the supplied error message and tracking Id, and marks it as non-transient.
public TooManyModulesOnDeviceException (string message, string trackingId);
new Microsoft.Azure.Devices.Common.Exceptions.TooManyModulesOnDeviceException : string * string -> Microsoft.Azure.Devices.Common.Exceptions.TooManyModulesOnDeviceException
Public Sub New (message As String, trackingId As String)
Parameters
- message
- String
The message that describes the error.
- trackingId
- String
The service returned tracking Id associated with this particular error.
Applies to
Azure SDK for .NET