Overload | Description |
---|---|
ToString<T>(IEnumerable<T>) | Creates and returns a string representation of the current exception using the passed list. |
ToString<T>(IEnumerable<T>,ToStringFormatter<T>) | Creates and returns a string representation of the current exception. |
ToString() | (Inherited from System.Exception) |