Delen via


JobQuotaExceededException Constructors

Definition

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