'Declaration Public Property LastException As System.Exception
'Usage Dim instance As FTP Dim value As System.Exception instance.LastException = value value = instance.LastException
public System.Exception LastException {get; set;}
public read-write property LastException: System.Exception;
public function get,set LastException : System.Exception