BCXAPI.Exceptions.UnauthorizedException.UnauthorizedException C# (CSharp) Method

UnauthorizedException() public method

public UnauthorizedException ( ) : System
return System
        public UnauthorizedException()
            : base("You cannot be authenticated with Basecamp.", 401)
        {
        }
UnauthorizedException