Amazon.ECR.Model.RepositoryNotEmptyException.RepositoryNotEmptyException C# (CSharp) Method

RepositoryNotEmptyException() public method

Constructs a new RepositoryNotEmptyException with the specified error message.
public RepositoryNotEmptyException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public RepositoryNotEmptyException(string message) 
            : base(message) {}
          

Same methods

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