DescribeExceptionMultiLine Method |
Returns a multi-line description of an exception.
Namespace: VirtualRadar.InterfaceAssembly: 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
)
Public Shared Function ExceptionMultiLine (
exception As Exception,
Optional newLine As String = Nothing
) As String
public:
static String^ ExceptionMultiLine(
Exception^ exception,
String^ newLine = nullptr
)
static member ExceptionMultiLine :
exception : Exception *
?newLine : string
(* Defaults:
let _newLine = defaultArg newLine null
*)
-> string
Parameters
- exception
- Type: SystemException
- newLine (Optional)
- Type: SystemString
Return Value
Type:
StringSee Also