Custom Exception Handling in Telligent10.1

Hi All,

We are using following API call to log exceptions from our application.
 Services.Get<CSLogger>().WriteError(internalMessage, exception); .Problem is that error is always fall into UnknownError exception type.
Is there any way we can define our own exception type other than telligent default exception type for error logging.

Parents Reply Children
No Data