Logs an exception as a TRACE message with the stack trace unwound
Namespace:
CDub.FireNetAssembly: CDub.FireNet (in CDub.FireNet)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void Trace( Exception ex ) |
| Visual Basic (Declaration) |
|---|
Public Sub Trace ( _ ex As Exception _ ) |
| Visual C++ |
|---|
public: void Trace( Exception^ ex ) |
Parameters
- ex
- Type: System..::.Exception
The exception to trace and log