Amazon.AWSMarketplaceMetering.Model.TimestampOutOfBoundsException.TimestampOutOfBoundsException C# (CSharp) 메소드

TimestampOutOfBoundsException() 공개 메소드

Construct instance of TimestampOutOfBoundsException
public TimestampOutOfBoundsException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public TimestampOutOfBoundsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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