EAPUtilSqlExceptionInternals Method |
Extract additional information, if available, from a SqlException and return in a string.
The result is intended to be made available to developers, but probably not end users.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string SqlExceptionInternals(
Exception ex
)
Public Shared Function SqlExceptionInternals (
ex As Exception
) As String
Parameters
- ex
- Type: SystemException
The exception, ignored if not a System.Data.SqlClient.SqlException.
Return Value
Type:
StringThe message, if additional information could be extracted, else null/empty.
See Also