Home
last modified time | relevance | path

Searched refs:SQLCR_UnrecoverableServer (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs739 …public const string SQLCR_UnrecoverableServer = "The connection is broken and recovery is not poss… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlUtil.cs844 …qlError(0, 0, TdsEnums.FATAL_ERROR_CLASS, null, SR.GetString(SR.SQLCR_UnrecoverableServer), "", 0)… in CR_UnrecoverableServer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlUtil.cs1399 …Error(0, 0, TdsEnums.FATAL_ERROR_CLASS, null, Res.GetString(Res.SQLCR_UnrecoverableServer), "", 0)… in CR_UnrecoverableServer()