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

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

Construct instance of LayerPartTooSmallException
public LayerPartTooSmallException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public LayerPartTooSmallException(Exception innerException) 
            : base(innerException) {}
            

Same methods

LayerPartTooSmallException::LayerPartTooSmallException ( System info, System context ) : System
LayerPartTooSmallException::LayerPartTooSmallException ( string message ) : 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