ErrorLogger.WriteToFile(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a Exception to the log file.
public:
static void WriteToFile(Exception ^ objException);
public static void WriteToFile (Exception objException);
static member WriteToFile : Exception -> unit
Public Shared Sub WriteToFile (objException As Exception)
Parameters
- objException
- Exception