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