C# Class 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.
Inheritance: Exception
Afficher le fichier Open project: microsoft/MCW-IoT-and-the-Smart-City

Méthodes publiques

Méthode Description
ConflictingResourceException ( ) : System
ConflictingResourceException ( string message ) : System
ConflictingResourceException ( string message, Exception innerException ) : System

Method Details

ConflictingResourceException() public méthode

public ConflictingResourceException ( ) : System
Résultat System

ConflictingResourceException() public méthode

public ConflictingResourceException ( string message ) : System
message string
Résultat System

ConflictingResourceException() public méthode

public ConflictingResourceException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System