Amazon.ECR.Model.RepositoryAlreadyExistsException.RepositoryAlreadyExistsException C# (CSharp) Метод

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

Construct instance of RepositoryAlreadyExistsException
public RepositoryAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public RepositoryAlreadyExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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