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