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

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

Constructs a new InvalidLayerException with the specified error message.
public InvalidLayerException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public InvalidLayerException(string message) 
            : base(message) {}
          

Same methods

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