| Mike1DLogFileWriterExceptionToConsole Method  | 
 
            Helper method that writes exception to console out (for command line output)
            
 
    Namespace: 
   DHI.Mike1D.Mike1DDataAccess
    Assembly:
   DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
 Syntax
Syntaxpublic static void ExceptionToConsole(
	Exception exception
)
Public Shared Sub ExceptionToConsole ( 
	exception As Exception
)
public:
static void ExceptionToConsole(
	Exception^ exception
)
Parameters
- exception
- Type: SystemException
 [Missing <param name="exception"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.Mike1DLogFileWriter.ExceptionToConsole(System.Exception)"] 
 See Also
See Also