public Exception CauseOfTermination { get; set; }
Public Property CauseOfTermination As Exception Get Set
public: property Exception^ CauseOfTermination { Exception^ get (); void set (Exception^ value); }