Click or drag to resize

ExceptionHandlerTraceHandledSystemExceptions Method

Overload List
  NameDescription
Public methodStatic memberTraceHandledSystemExceptions(Object, String, Exception)
When a System.Exception have to be hidden we should call this function so that we can at least log the exception information. NOTE: This function should not be used unless we really really really have to. Every exception should be taken care of instead.
Public methodStatic memberTraceHandledSystemExceptions(String, String, Exception)
When a System.Exception have to be hidden we should call this function so that we can at least log the exception information. NOTE: This function should not be used unless we really, really have to. Every exception should be taken care of instead.
Public methodStatic memberTraceHandledSystemExceptions(Object, String, Exception, String)
When a System.Exception have to be hidden we should call this function so that we can at least log the exception information. NOTE: This function should not be used unless we really really really have to. Every exception should be taken care of instead.
Public methodStatic memberTraceHandledSystemExceptions(String, String, Exception, String)
When a System.Exception have to be hidden we should call this function so that we can at least log the exception information. NOTE: This function should not be used unless we really really really have to. Every exception should be taken care of instead.
Top
See Also