MainWindowGetExceptionMessage Method |
Summary of exception include inner exception
Namespace:
VMInfoFace.Win
Assembly:
VMInfoFace.Win (in VMInfoFace.Win.exe) Version: 21.5.28.1 (21.5.28.1171)
Syntaxprivate string GetExceptionMessage(
Exception pException
)
Private Function GetExceptionMessage (
pException As Exception
) As String
Parameters
- pException
- Type: SystemException
Exception object with message
Return Value
Type:
StringSummary exception
See Also