Cgw.T28181.T28181VideoMonitor.NetExceptionCallBackFun C# (CSharp) Method

NetExceptionCallBackFun() private static method

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