C# 클래스 Microsoft.Azure.Devices.Common.Exceptions.PreconditionFailedException

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

공개 메소드들

메소드 설명
PreconditionFailedException ( string message ) : System

Creates an instance of this class with a specified error message and marks it as non-transient.

PreconditionFailedException ( string message, Exception innerException ) : System

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.

PreconditionFailedException ( string message, string trackingId ) : System

Creates an instance of this class with the supplied error message and tracking Id, and marks it as non-transient.

비공개 메소드들

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

메소드 상세

PreconditionFailedException() 공개 메소드

Creates an instance of this class with a specified error message and marks it as non-transient.
public PreconditionFailedException ( string message ) : System
message string The message that describes the error.
리턴 System

PreconditionFailedException() 공개 메소드

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 PreconditionFailedException ( string message, Exception innerException ) : System
message string The message that describes the error.
innerException Exception The exception that is the cause of the current exception.
리턴 System

PreconditionFailedException() 공개 메소드

Creates an instance of this class with the supplied error message and tracking Id, and marks it as non-transient.
public PreconditionFailedException ( string message, string trackingId ) : System
message string The message that describes the error.
trackingId string The service returned tracking Id associated with this particular error.
리턴 System