C# Class Microsoft.Azure.IoTSolutions.StorageAdapter.Services.Exceptions.ResourceNotFoundException

This exception is thrown when a client is requesting a resource that doesn't exist yet.
Inheritance: Exception
Afficher le fichier Open project: microsoft/MCW-IoT-and-the-Smart-City

Méthodes publiques

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

Method Details

ResourceNotFoundException() public méthode

public ResourceNotFoundException ( ) : System
Résultat System

ResourceNotFoundException() public méthode

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

ResourceNotFoundException() public méthode

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