Converts exception and all of its inner exceptions to string
Declaring type: Extensions
Namespace: Zyan.Communication.Toolbox
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static string Dump (
        Exception ex,
        string title
) 
Parameters
ex

There is no description.

title

There is no description.

Return Value

There is no description.