public Exception LastException { get; set; }
Public Property LastException As Exception Get Set
public: property Exception^ LastException { Exception^ get (); void set (Exception^ value); }
member LastException : Exception with get, set
In This Article