Public Property LoggingException As Exception
Dim instance As ConcreteLog Dim value As Exception instance.LoggingException = value value = instance.LoggingException
public Exception LoggingException {get; set;}
public: property Exception^ LoggingException { Exception^ get(); void set ( Exception^ value); }