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

LayerAlreadyExistsException() public method

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

Same methods

LayerAlreadyExistsException::LayerAlreadyExistsException ( Exception innerException ) : System
LayerAlreadyExistsException::LayerAlreadyExistsException ( System info, System context ) : 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