If the nickname or channel is not valid or the reason is null.
Example
//Kick a single user
connection.Sender.Kick("#thresher","No Perl please","lwall" );
//Kicks several users at once
connection.Sender.Kick( "#thresher", "Bye", "John","Dick","Harry" );