C# Class Microsoft.Azure.IoTSolutions.DeviceSimulation.WebService.v1.Exceptions.InvalidDateFormatException

Inheritance: CustomException
Datei anzeigen Open project: microsoft/MCW-IoT-and-the-Smart-City

Public Methods

Method Description
InvalidDateFormatException ( ) : System

This exception is thrown by a controller when a datetime input validation fails. The client should fix the request before retrying.

InvalidDateFormatException ( string message ) : System
InvalidDateFormatException ( string message, Exception innerException ) : System

Method Details

InvalidDateFormatException() public method

This exception is thrown by a controller when a datetime input validation fails. The client should fix the request before retrying.
public InvalidDateFormatException ( ) : System
return System

InvalidDateFormatException() public method

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

InvalidDateFormatException() public method

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