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

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

Construct instance of InvalidTimeRangeException
public InvalidTimeRangeException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InvalidTimeRangeException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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