Click or drag to resize
DescribeExceptionSingleLineFull Method
Returns a full (and probably very long) description of an exception on a single line.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ExceptionSingleLineFull(
	Exception exception
)

Parameters

exception
Type: SystemException

Return Value

Type: String
See Also