Click or drag to resize
DescribeExceptionMultiLine Method
Returns a multi-line description of an exception.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ExceptionMultiLine(
	Exception exception,
	string newLine = null
)

Parameters

exception
Type: SystemException
newLine (Optional)
Type: SystemString

Return Value

Type: String
See Also