Renci.SshNet.Common.ThrowHelper static class ThrowHelper Documentation Code namespace Renci.SshNet.Common { internal static class ThrowHelper { public static void ValidateBufferArguments(byte[] buffer, int offset, int count); } }