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

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

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

Same methods

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