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