コード例 #1
0
        private void ChannelException(object sender, PushSharp.Core.IPushChannel pushChannel, Exception error)
        {
            ILog log = LogManager.GetLogger(this.GetType());

            log.Error(error);
        }
コード例 #2
0
 void _push_OnChannelException(object sender, PushSharp.Core.IPushChannel pushChannel, Exception error)
 {
     new Telligent.Evolution.Components.CSException(Telligent.Evolution.Components.CSExceptionType.UnknownError, "A Channel Exception occurred while sending a push notification", error).Log();
 }