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

This exception is thrown when a client sends a request badly formatted or containing invalid values. The client should fix the request before retrying.
Inheritance: Exception
Exibir arquivo Open project: microsoft/MCW-IoT-and-the-Smart-City

Public Methods

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

Method Details

InvalidInputException() public method

public InvalidInputException ( ) : System
return System

InvalidInputException() public method

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

InvalidInputException() public method

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