C# Class CSKernelClient.cError

Show file Open project: javiercrowsoft/CSReports.net

Public Methods

Method Description
getLastErrorDescription ( ) : String
getLastErrorFunction ( ) : String
getLastErrorInfoAdd ( ) : String
getLastErrorLine ( ) : String
getLastErrorModule ( ) : String
getLastErrorNumber ( ) : String
mngError ( Exception ex, string function, string module, string infoAdd ) : void
mngError ( Exception ex, string function, string module, string infoAdd, string title, eErrorLevel level, eErrorType varType, object connection ) : void
setSilent ( bool rhs ) : void

Method Details

getLastErrorDescription() public static method

public static getLastErrorDescription ( ) : String
return String

getLastErrorFunction() public static method

public static getLastErrorFunction ( ) : String
return String

getLastErrorInfoAdd() public static method

public static getLastErrorInfoAdd ( ) : String
return String

getLastErrorLine() public static method

public static getLastErrorLine ( ) : String
return String

getLastErrorModule() public static method

public static getLastErrorModule ( ) : String
return String

getLastErrorNumber() public static method

public static getLastErrorNumber ( ) : String
return String

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

mngError() public static method

public static mngError ( Exception ex, string function, string module, string infoAdd, string title, eErrorLevel level, eErrorType varType, object connection ) : void
ex System.Exception
function string
module string
infoAdd string
title string
level eErrorLevel
varType eErrorType
connection object
return void

setSilent() public static method

public static setSilent ( bool rhs ) : void
rhs bool
return void