void LogException<T>( T code, Exception e, string message, string? memberName, string? sourceFilePath, Nullable<int> sourceLineNumber ) where T: Enum
Parameters
- code
- The code.
- e
- The e.
- message
- The message.
- memberName
- Name of the member.
- sourceFilePath
- The source file path.
- sourceLineNumber
- The source line number.
Type Parameters
- T