NET Logging Library
LoggingException Property (ILog)



KellermanSoftware.NetLoggingLibrary Namespace > ILog Interface : LoggingException Property
The last logging exception that occurred
Syntax
Property LoggingException As Exception
Dim instance As ILog
Dim value As Exception
 
instance.LoggingException = value
 
value = instance.LoggingException
Exception LoggingException {get; set;}
property Exception^ LoggingException {
   Exception^ get();
   void set (    Exception^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ILog Interface
ILog Members