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

InvalidLayerPartException() public method

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

Same methods

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