CgwMonitorManage.eLTE.eLTEVideoMonitor.NetExceptionCallBackFun C# (CSharp) Method

NetExceptionCallBackFun() static private method

异常回调函数
static private NetExceptionCallBackFun ( UInt32 ulChannel, UInt32 iMsgType, IntPtr pParam, IntPtr pUser ) : void
ulChannel System.UInt32 通道号
iMsgType System.UInt32 异常消息类型
pParam System.IntPtr 对应异常的信息,可扩展为结构体指针
pUser System.IntPtr 用户数据
return void
        static private void NetExceptionCallBackFun(UInt32 ulChannel, UInt32 iMsgType, IntPtr pParam, IntPtr pUser)
        {
            NLogEx.LoggerEx logEx = new NLogEx.LoggerEx(log);
            logEx.Error("NetExceptionCallBack error, ulChannel = {0}", ulChannel);
        }