Create a new YNullReferenceException and log it into a log file.
Namespace: Upsilon.Common.LibraryAssembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax public YException(
string message,
int skipTrace = 0
)
Parameters
- message String
- The message to log.
- skipTrace Int32 (Optional)
- The number of trace to skip in the stack trace to log. By default it is 0.
See Also