C# 클래스 CSKernelClient.cError

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net

공개 메소드들

메소드 설명
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

메소드 상세

getLastErrorDescription() 공개 정적인 메소드

public static getLastErrorDescription ( ) : String
리턴 String

getLastErrorFunction() 공개 정적인 메소드

public static getLastErrorFunction ( ) : String
리턴 String

getLastErrorInfoAdd() 공개 정적인 메소드

public static getLastErrorInfoAdd ( ) : String
리턴 String

getLastErrorLine() 공개 정적인 메소드

public static getLastErrorLine ( ) : String
리턴 String

getLastErrorModule() 공개 정적인 메소드

public static getLastErrorModule ( ) : String
리턴 String

getLastErrorNumber() 공개 정적인 메소드

public static getLastErrorNumber ( ) : String
리턴 String

mngError() 공개 정적인 메소드

public static mngError ( Exception ex, string function, string module, string infoAdd ) : void
ex System.Exception
function string
module string
infoAdd string
리턴 void

mngError() 공개 정적인 메소드

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
리턴 void

setSilent() 공개 정적인 메소드

public static setSilent ( bool rhs ) : void
rhs bool
리턴 void