C# Класс Microsoft.Azure.IoTSolutions.StorageAdapter.Services.Exceptions.ConflictingResourceException

This exception is thrown when a client attempts to create a resource which would conflict with an existing one, for instance using the same identifier. The client should change the identifier or assume the resource has already been created.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
ConflictingResourceException ( ) : System
ConflictingResourceException ( string message ) : System
ConflictingResourceException ( string message, Exception innerException ) : System

Описание методов

ConflictingResourceException() публичный Метод

public ConflictingResourceException ( ) : System
Результат System

ConflictingResourceException() публичный Метод

public ConflictingResourceException ( string message ) : System
message string
Результат System

ConflictingResourceException() публичный Метод

public ConflictingResourceException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System