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