コード例 #1
0
 private void Pubsub_OnPubSubServiceError(object sender, TwitchLib.PubSub.Events.OnPubSubServiceErrorArgs e)
 {
     Console.WriteLine("[PubSub] error. " + e.Exception.Message);
 }
コード例 #2
0
ファイル: QTCore.cs プロジェクト: dbqt/QTBot
 private void PubSubClient_OnPubSubServiceError(object sender, TwitchLib.PubSub.Events.OnPubSubServiceErrorArgs e)
 {
     Utilities.Log($"PubSubClient_OnPubSubServiceError: {e.Exception.Message} | {e.Exception.StackTrace}");
 }