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); }