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 |
public InvalidDateFormatException ( ) : System | ||
return | System |
public InvalidDateFormatException ( string message ) : System | ||
message | string | |
return | System |
public InvalidDateFormatException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |