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

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

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

Same methods

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::InvalidLayerException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidLayerException