Log an Exception. Will be prefaced with 'Unhandled Exception: '
Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Sub LogUnhandledException( _ ByVal ex As Object _ ) |
| C# |
|---|
| public static void LogUnhandledException( object ex ) |
| C++ |
|---|
| public: static void LogUnhandledException( Object ex ) |
| J# |
|---|
| public static void LogUnhandledException( object ex ) |
| JScript |
|---|
| public static
function LogUnhandledException( ex : Object ) |
Parameters
- ex