Document exception for SendMessage.

This commit is contained in:
Gert Driesen
2017-09-24 11:49:41 +02:00
parent 3b23d11c8a
commit b5d07629e8
@@ -52,6 +52,9 @@ namespace Renci.SshNet.Channels
/// Send message to open a channel.
/// </summary>
/// <param name="message">Message to send</param>
/// <exception cref="SshConnectionException">The client is not connected.</exception>
/// <exception cref="SshOperationTimeoutException">The operation timed out.</exception>
/// <exception cref="InvalidOperationException">The size of the packet exceeds the maximum size defined by the protocol.</exception>
protected void SendMessage(ChannelOpenMessage message)
{
Session.SendMessage(message);