Ancestry.Daisy.Linking.FailedLinkException.FailedLinkException C# (CSharp) Method

FailedLinkException() public method

public FailedLinkException ( IList errors ) : System
errors IList
return System
        public FailedLinkException(IList<LinkingError> errors)
            : base(MakeMessage(errors))
        {
            Errors = errors;
        }