Exemplo n.º 1
0
        public BasicAuthenticationResult(IBasicAuthenticationError error)
        {
            if (error == null)
            {
                throw new ArgumentNullException("error");
            }

            _error = error;
        }
Exemplo n.º 2
0
        public BasicAuthenticationResult(IBasicAuthenticationError error)
        {
            if (error == null)
            {
                throw new ArgumentNullException("error");
            }

            _error = error;
        }