Amazon.ECR.Model.LayerAlreadyExistsException.LayerAlreadyExistsException C# (CSharp) Méthode

LayerAlreadyExistsException() public méthode

Construct instance of LayerAlreadyExistsException
public LayerAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        public LayerAlreadyExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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