Gets the exception info.

Namespace: DotNetNuke.Services.Exceptions
Assembly: 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.

Return Value

Exception info.

See Also