C# 클래스 Microsoft.Azure.Devices.Client.Exceptions.IotHubThrottledException

상속: Microsoft.Azure.Devices.Client.Exceptions.IotHubException
파일 보기 프로젝트 열기: Azure/azure-iot-sdk-csharp 1 사용 예제들

공개 메소드들

메소드 설명
IotHubThrottledException ( ) : System

Initializes a new instance of the class.

IotHubThrottledException ( int maximumBatchCount ) : System

Initializes a new instance of the class with the message string containing the maximum count of active requests.

IotHubThrottledException ( string message ) : 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.

IotHubThrottledException ( 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.

비공개 메소드들

메소드 설명
IotHubThrottledException ( SerializationInfo info, StreamingContext context ) : System

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

메소드 상세

IotHubThrottledException() 공개 메소드

Initializes a new instance of the class.
public IotHubThrottledException ( ) : System
리턴 System

IotHubThrottledException() 공개 메소드

Initializes a new instance of the class with the message string containing the maximum count of active requests.
public IotHubThrottledException ( int maximumBatchCount ) : System
maximumBatchCount int Maximum count of active requests.
리턴 System

IotHubThrottledException() 공개 메소드

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 IotHubThrottledException ( 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.
리턴 System

IotHubThrottledException() 공개 메소드

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 IotHubThrottledException ( 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
리턴 System