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)
Syntaxpublic static string Exception(
Exception pException
)
Public Shared Function Exception (
pException As Exception
) As String
Parameters
- pException
- Type: SystemException
An exception object
Return Value
Type:
StringGives log text
See Also