ILoggerLogException Method (String, Exception) | 
 
            Logs an exception.
            
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid LogException(
	string channel,
	Exception exception
)
Sub LogException ( 
	channel As String,
	exception As Exception
)
void LogException(
	String^ channel, 
	Exception^ exception
)
abstract LogException : 
        channel : string * 
        exception : Exception -> unit 
Parameters
- channel
 - Type: SystemString
The log channel. - exception
 - Type: SystemException
The exception. 
Remarks
            Exception is logged under the 
Error level.
            
See Also