C# Класс Microsoft.Azure.IoTSolutions.DeviceSimulation.WebService.v1.Exceptions.InvalidDateFormatException

Наследование: CustomException
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

InvalidDateFormatException() публичный Метод

This exception is thrown by a controller when a datetime input validation fails. The client should fix the request before retrying.
public InvalidDateFormatException ( ) : System
Результат System

InvalidDateFormatException() публичный Метод

public InvalidDateFormatException ( string message ) : System
message string
Результат System

InvalidDateFormatException() публичный Метод

public InvalidDateFormatException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System