CSKernelClient.cError.mngError C# (CSharp) Method

mngError() public static method

public static mngError ( Exception ex, string function, string module, string infoAdd ) : void
ex System.Exception
function string
module string
infoAdd string
return void
        public static void mngError(Exception ex,
                             string function,
                             string module,
                             string infoAdd)
        {
            mngError(ex, function, module, infoAdd, "", eErrorLevel.eErrorWarning, eErrorType.eErrorVba, null);
        }

Same methods

cError::mngError ( Exception ex, string function, string module, string infoAdd, string title, eErrorLevel level, eErrorType varType, object connection ) : void