Пример #1
0
 internal IdleErrorEventArgs(Exception exception, ImapClient client)
 {
     exception.ThrowIfNull("exception");
     client.ThrowIfNull("client");
     Exception = exception;
     Client = client;
 }