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

Inheritance: CustomException
Afficher le fichier Open project: microsoft/MCW-IoT-and-the-Smart-City

Méthodes publiques

Méthode 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 méthode

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

InvalidDateFormatException() public méthode

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

InvalidDateFormatException() public méthode

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