Amazon.AWSMarketplaceMetering.Model.TimestampOutOfBoundsException.TimestampOutOfBoundsException C# (CSharp) Метод

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

Constructs a new TimestampOutOfBoundsException with the specified error message.
public TimestampOutOfBoundsException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public TimestampOutOfBoundsException(string message) 
            : base(message) {}
          

Same methods

TimestampOutOfBoundsException::TimestampOutOfBoundsException ( Exception innerException ) : System
TimestampOutOfBoundsException::TimestampOutOfBoundsException ( System info, System context ) : 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