| TrackerLogException Method |
Namespace:
Dynamicweb.Diagnostics.Tracking
Assembly:
Dynamicweb.Diagnostics (in Dynamicweb.Diagnostics.dll) Version: 4.0.2
Syntax public void LogException(
string message,
Exception ex = null
)
Public Sub LogException (
message As String,
Optional ex As Exception = Nothing
)
Parameters
- message
- Type: SystemString
- ex (Optional)
- Type: SystemException
See Also