Amazon.ConfigService.Model.InvalidTimeRangeException.InvalidTimeRangeException C# (CSharp) Метод

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

Constructs a new InvalidTimeRangeException with the specified error message.
public InvalidTimeRangeException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public InvalidTimeRangeException(string message) 
            : base(message) {}
          

Same methods

InvalidTimeRangeException::InvalidTimeRangeException ( Exception innerException ) : System
InvalidTimeRangeException::InvalidTimeRangeException ( System info, System context ) : System
InvalidTimeRangeException::InvalidTimeRangeException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidTimeRangeException::InvalidTimeRangeException ( string message, Exception innerException ) : System
InvalidTimeRangeException::InvalidTimeRangeException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidTimeRangeException