Property LogException As Exception
Dim instance As ICustomLogger Dim value As Exception instance.LogException = value value = instance.LogException
Exception LogException {get; set;}
property Exception^ LogException { Exception^ get(); void set ( Exception^ value); }