3 references to Win32ErrorCode
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlException.cs (3)
167if (innerException == null && errorCollection[0].Win32ErrorCode != 0 && errorCollection[0].Win32ErrorCode != -1) { 168innerException = new Win32Exception(errorCollection[0].Win32ErrorCode);