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

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

Construct instance of InvalidTimeRangeException
public InvalidTimeRangeException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public InvalidTimeRangeException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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::InvalidTimeRangeException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidTimeRangeException