JobQuotaExceededException 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
JobQuotaExceededException() |
Creates an instance of this class with the default error message and marks it as non-transient. |
JobQuotaExceededException(String) |
Creates an instance of this class with a specified error message and marks it as non-transient. |
JobQuotaExceededException()
Creates an instance of this class with the default error message and marks it as non-transient.
public JobQuotaExceededException ();
Public Sub New ()
Applies to
JobQuotaExceededException(String)
Creates an instance of this class with a specified error message and marks it as non-transient.
public JobQuotaExceededException (string message);
new Microsoft.Azure.Devices.Common.Exceptions.JobQuotaExceededException : string -> Microsoft.Azure.Devices.Common.Exceptions.JobQuotaExceededException
Public Sub New (message As String)
Parameters
- message
- String
The message that describes the error.
Applies to
Azure SDK for .NET