Gets the exception info.
Namespace: DotNetNuke.Services.ExceptionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public static ExceptionInfo GetExceptionInfo( Exception e ) |
| Visual Basic |
|---|
Public Shared Function GetExceptionInfo ( e As Exception ) As ExceptionInfo |
Parameters
- e
- Type: System..::..Exception
The exception.