C# Mine
ContentsIndexHome
PreviousUpNext
IDataAccess.LogException Method

Allows user to receive and log any exceptions not handled by the server

Syntax
C#
void LogException(Exception ex, string location);
Parameters 
Description 
Exception ex 
Exception that was thrown 
string location 
string representation of the function that threw the exception when available 
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!