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