'Declaration Public Property Exception As System.Exception
public System.Exception Exception { get; set; }
public: __property System.Exception* get_Exception(); public: __property void set_Exception(
System.Exception* value
);
public:
property System.Exception^ Exception { System.Exception^ get(); void set(System.Exception^ value); }