Amazon.ConfigService.Model.InvalidTimeRangeException.InvalidTimeRangeException C# (CSharp) 메소드

InvalidTimeRangeException() 공개 메소드

Construct instance of InvalidTimeRangeException
public InvalidTimeRangeException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
리턴 System
        public InvalidTimeRangeException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, 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, Exception innerException ) : System
InvalidTimeRangeException::InvalidTimeRangeException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidTimeRangeException