Amazon.ECR.Model.LayerInaccessibleException.LayerInaccessibleException C# (CSharp) Method

LayerInaccessibleException() public method

Constructs a new LayerInaccessibleException with the specified error message.
public LayerInaccessibleException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public LayerInaccessibleException(string message) 
            : base(message) {}
          

Same methods

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