LogLogException Method (String, Exception) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release Note: This API is now obsolete.
Namespace:
Telogis.GeoBase.Diagnostics
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [ObsoleteAttribute]
public static void LogException(
string msg,
Exception ex
)
<ObsoleteAttribute>
Public Shared Sub LogException (
msg As String,
ex As Exception
)
Parameters
- msg
- Type: SystemString
- ex
- Type: SystemException
See Also