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

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

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

Same methods

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