Click or drag to resize

LogException Method

Writing a log entry of exception

Namespace:  Velo.Services
Assembly:  Velo.Services (in Velo.Services.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static string Exception(
	Exception pException
)

Parameters

pException
Type: SystemException
An exception object

Return Value

Type: String
Gives log text
See Also