C# Класс Microsoft.Azure.Devices.Common.Exceptions.PreconditionFailedException

Наследование: Microsoft.Azure.Devices.Common.Exceptions.IotHubException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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