Exemple #1
0
 public FetchOutOfRangeException(FetchRequest.Topic topic, ApiKeyRequestType apiKey, ErrorResponseCode errorCode, string message = null)
     : base(apiKey, errorCode, message)
 {
     Topic = topic;
 }
 public FetchOutOfRangeException(FetchRequest.Topic topic, ErrorCode errorCode, Endpoint endpoint)
     : base(ApiKey.Fetch, errorCode, endpoint, topic.ToString())
 {
     _topic = topic;
 }