converts an exception object to a readable string including applicable inner exception messages
Namespace:
RainWorx.FrameWorx.MVC.Models.CSVAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public static string FlattenExceptionMessages( Exception e )
Parameters
- e
- Type: SystemException
an exception
Return Value
Type: StringSee Also