DescribeExceptionSingleLineFull Method |
Returns a full (and probably very long) description of an exception on a single line.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string ExceptionSingleLineFull(
Exception exception
)
Public Shared Function ExceptionSingleLineFull (
exception As Exception
) As String
public:
static String^ ExceptionSingleLineFull(
Exception^ exception
)
static member ExceptionSingleLineFull :
exception : Exception -> string
Parameters
- exception
- Type: SystemException
Return Value
Type:
StringSee Also