BusinessLogic.Exceptions.ApiAuthenticationException.ApiAuthenticationException C# (CSharp) Метод

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

public ApiAuthenticationException ( string authTokenHeaderName ) : System.Net
authTokenHeaderName string
Результат System.Net
        public ApiAuthenticationException(string authTokenHeaderName) : base(string.Format("Invalid {0}", authTokenHeaderName), HttpStatusCode.Unauthorized)
        {
        }
    }
ApiAuthenticationException