Amazon.CertificateManager.Model.RequestInProgressException.RequestInProgressException C# (CSharp) Метод

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

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

Same methods

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