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

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

Construct instance of LayerAlreadyExistsException
public LayerAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
Результат 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