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

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

Construct instance of LayerPartTooSmallException
public LayerPartTooSmallException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public LayerPartTooSmallException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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