Mike1DLogFileWriterExceptionToLogFile Method  | 
 
            Prints exception message and stack to log file, including
            inner exceptions.
            
 
    Namespace: 
   DHI.Mike1D.Mike1DDataAccess
    Assembly:
   DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void ExceptionToLogFile(
	Exception exception
)
Public Sub ExceptionToLogFile ( 
	exception As Exception
)
public:
void ExceptionToLogFile(
	Exception^ exception
)
Parameters
- exception
 - Type: SystemException
[Missing <param name="exception"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.Mike1DLogFileWriter.ExceptionToLogFile(System.Exception)"]
 
See Also