I use RFC_READ_TABLE to output data to my software, but there are a lot of times that when RFC returns and exception, it doesn't return a description. For instance, searching for a table that doesn't exist or querying a great amount of columns. It always returns the same title RfcAbapException with no detail and no InnerException.
The SAP dll referenced in my project is version 2.0.
EDIT:
So the question is : Why doesn't return an exception detail ?