Selerix Developer Tools
GetStackTrace Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : GetStackTrace Method
Returns the stack trace of the specified exception and all the inner exceptions recursively.
Syntax
'Declaration
 
Public Shared Function GetStackTrace( _
   ByVal e As Exception _
) As String
'Usage
 
Dim e As Exception
Dim value As String
 
value = Utils.GetStackTrace(e)
public static string GetStackTrace( 
   Exception e
)
public function GetStackTrace( 
    e: Exception
): String; static; 
public static function GetStackTrace( 
   e : Exception
) : String;
public: static string* GetStackTrace( 
   Exception* e
) 
public:
static String^ GetStackTrace( 
   Exception^ e
) 

Parameters

e
See Also

Reference

Utils Class
Utils Members