Amazon.AWSMarketplaceMetering.Model.TimestampOutOfBoundsException.TimestampOutOfBoundsException C# (CSharp) Méthode

TimestampOutOfBoundsException() public méthode

Construct instance of TimestampOutOfBoundsException
public TimestampOutOfBoundsException ( Exception innerException ) : System
innerException System.Exception
Résultat 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