Skip to content

Commit

Permalink
code review feedback (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnataylor committed Oct 7, 2020
1 parent 0f3c2cb commit 9890055
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -83,7 +83,9 @@ public static class BotFrameworkAuthenticationFactory
}
else
{
throw new ArgumentException("A ChannelService was given but the value was not recognized.");
// The ChannelService value is used an indicator of which built in set of constants to use. If it is not recognized, a full configuration is expected.

throw new ArgumentException("The provided ChannelService value is not supported.");
}
}
}
Expand Down

0 comments on commit 9890055

Please sign in to comment.