C# Class Microsoft.Azure.Devices.Client.Exceptions.QuotaExceededException

Inheritance: Microsoft.Azure.Devices.Client.Exceptions.IotHubException
Afficher le fichier Open project: Azure/azure-iot-sdk-csharp

Méthodes publiques

Méthode Description
QuotaExceededException ( ) : System

Initializes a new instance of the class.

QuotaExceededException ( string message ) : System

Initializes a new instance of the class with the message string set to the message parameter.

QuotaExceededException ( string message, Exception innerException ) : System

Initializes a new instance of the class with the message string set to the message parameter and a reference to the inner exception that is the cause of this exception.

Private Methods

Méthode Description
QuotaExceededException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the class with the specified serialization and context information.

Method Details

QuotaExceededException() public méthode

Initializes a new instance of the class.
public QuotaExceededException ( ) : System
Résultat System

QuotaExceededException() public méthode

Initializes a new instance of the class with the message string set to the message parameter.
public QuotaExceededException ( string message ) : System
message string A description of the error. The content of message is intended to be /// understood by humans. The caller of this constructor is required to ensure that this string has /// been localized for the current system culture.
Résultat System

QuotaExceededException() public méthode

Initializes a new instance of the class with the message string set to the message parameter and a reference to the inner exception that is the cause of this exception.
public QuotaExceededException ( string message, Exception innerException ) : System
message string A description of the error. The content of message is intended to be /// understood by humans. The caller of this constructor is required to ensure that this string has /// been localized for the current system culture.
innerException Exception The exception that is the cause of the current exception
Résultat System