Helper method to dump an Exception and inner Exception into a string.
Namespace:
LeCouteauSuisse.APIAssembly: LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
| C# |
|---|
protected string DumpRecursiveException( Exception ex ) |
| Visual Basic (Declaration) |
|---|
Protected Function DumpRecursiveException ( _ ex As Exception _ ) As String |
| Visual C++ |
|---|
protected: String^ DumpRecursiveException( Exception^ ex ) |
Parameters
- ex
- Type: System..::.Exception
Exception you want to dump