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
Mostra file Open project: microsoft/MCW-IoT-and-the-Smart-City

Public Methods

Method Description
ResourceNotFoundException ( ) : System
ResourceNotFoundException ( string message ) : System
ResourceNotFoundException ( string message, Exception innerException ) : System

Method Details

ResourceNotFoundException() public method

public ResourceNotFoundException ( ) : System
return System

ResourceNotFoundException() public method

public ResourceNotFoundException ( string message ) : System
message string
return System

ResourceNotFoundException() public method

public ResourceNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
return System