25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

7 satır
141 B

  1. namespace MQTTnet.Core.Exceptions
  2. {
  3. public sealed class MqttCommunicationTimedOutException : MqttCommunicationException
  4. {
  5. }
  6. }