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

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

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

Same methods

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