Build an error message string from the supplied
System.Exception object, including information from inner exception(s) and
System.TypeLoadExceptions.
Syntax
Parameters
- prefix
- A string to appear in front of the information for this exception.
- exception
- The exception from which to extract the message.
Return Value
A string containing the compound error information for the supplied exception.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also