ExceptionHandlerTraceHandledSystemExceptions Method |
| Name | Description | |
|---|---|---|
| TraceHandledSystemExceptions(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.
| |
| TraceHandledSystemExceptions(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.
| |
| TraceHandledSystemExceptions(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.
| |
| TraceHandledSystemExceptions(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.
|