4 references to InternalErrorCode
System.Data.Common (4)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
443
internal static Exception InternalError(
InternalErrorCode
internalError)
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (2)
343
throw ADP.InternalError(ADP.
InternalErrorCode
.InvalidParserState1);
390
throw ADP.InternalError(ADP.
InternalErrorCode
.InvalidParserState2);
src\libraries\Common\src\System\Data\Common\NameValuePair.cs (1)
42
throw ADP.InternalError(ADP.
InternalErrorCode
.NameValuePairNext);