Home
last modified time | relevance | path

Searched refs:MissingPrimaryKeyException (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/tests/System/Data/
H A DMissingPrimaryKeyExceptionTest.cs40 Assert.Throws<MissingPrimaryKeyException>(() => tbl.Rows.Find("Something")); in Generate1()
49 Assert.Throws<MissingPrimaryKeyException>(() => tbl.Rows.Contains("Something")); in Generate2()
H A DDataRowCollectionTest2.cs277 Assert.Throws<MissingPrimaryKeyException>(() => in DataRowCollection_Contains_O2()
331 Assert.Throws<MissingPrimaryKeyException>(() => in DataRowCollection_Find_O2()
H A DDataRowCollectionTest.cs384 Assert.Equal(typeof(MissingPrimaryKeyException), e.GetType()); in Contains()
541 Assert.Equal(typeof(MissingPrimaryKeyException), e.GetType()); in Find()
577 Assert.Equal(typeof(MissingPrimaryKeyException), e.GetType()); in Find()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data/
H A DMissingPrimaryKeyExceptionTest.cs41 [ExpectedException(typeof(MissingPrimaryKeyException))]
51 [ExpectedException(typeof(MissingPrimaryKeyException))]
H A DDataRowCollectionTest2.cs276 [ExpectedException(typeof(MissingPrimaryKeyException))]
327 [ExpectedException(typeof(MissingPrimaryKeyException))]
H A DDataRowCollectionTest.cs368 Assert.AreEqual (typeof (MissingPrimaryKeyException), e.GetType (), "test#08"); in Contains()
513 Assert.AreEqual (typeof (MissingPrimaryKeyException), e.GetType (), "test#02"); in Find()
543 Assert.AreEqual (typeof (MissingPrimaryKeyException), e.GetType (), "test#12"); in Find()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataException.cs143 public class MissingPrimaryKeyException : DataException { class
144 protected MissingPrimaryKeyException(SerializationInfo info, StreamingContext context) in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
147 …public MissingPrimaryKeyException() : base(Res.GetString(Res.DataSet_DefaultMissingPrimaryKeyExcep… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
151 public MissingPrimaryKeyException(string s) : base(s) { in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
155 …public MissingPrimaryKeyException(string message, Exception innerException) : base(message, inner… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
364 static private MissingPrimaryKeyException _MissingPrimaryKey(string error) { in _MissingPrimaryKey()
365 MissingPrimaryKeyException e = new MissingPrimaryKeyException(error); in _MissingPrimaryKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataException.cs175 public class MissingPrimaryKeyException : DataException class
177 …protected MissingPrimaryKeyException(SerializationInfo info, StreamingContext context) : base(info… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
181 public MissingPrimaryKeyException() : base(SR.DataSet_DefaultMissingPrimaryKeyException) in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
186 public MissingPrimaryKeyException(string s) : base(s) in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
191 …public MissingPrimaryKeyException(string message, Exception innerException) : base(message, innerE… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
364 …singPrimaryKey(string error) => TraceExceptionAsReturnValue(new MissingPrimaryKeyException(error)); in _MissingPrimaryKey()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Data.Common/
H A DTypeForwarders.cs129 ….Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.MissingPrimaryKeyException))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Data.Common.cs122 ….Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.MissingPrimaryKeyException))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Data.Common.cs122 ….Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.MissingPrimaryKeyException))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Data.Common.cs122 ….Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.MissingPrimaryKeyException))]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/ref/
H A DSystem.Data.Common.cs1281 public partial class MissingPrimaryKeyException : System.Data.DataException class
1283 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1284 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1285 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1286 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Data.cs1699 public partial class MissingPrimaryKeyException : System.Data.DataException class
1701 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1702 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1703 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1704 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.Data.cs1699 public partial class MissingPrimaryKeyException : System.Data.DataException class
1701 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1702 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1703 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1704 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Data.cs1742 public partial class MissingPrimaryKeyException : System.Data.DataException class
1744 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1745 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1746 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1747 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Data.cs1742 public partial class MissingPrimaryKeyException : System.Data.DataException class
1744 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1745 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1746 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1747 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Data.cs1741 public partial class MissingPrimaryKeyException : System.Data.DataException class
1743 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1744 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1745 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1746 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Data.cs1741 public partial class MissingPrimaryKeyException : System.Data.DataException class
1743 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1744 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1745 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1746 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Data.cs1741 public partial class MissingPrimaryKeyException : System.Data.DataException class
1743 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1744 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1745 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1746 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Data.cs1631 public partial class MissingPrimaryKeyException : System.Data.DataException class
1633 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1634 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1635 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1636 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Data.cs1631 public partial class MissingPrimaryKeyException : System.Data.DataException class
1633 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1634 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1635 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1636 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Data.cs1725 public partial class MissingPrimaryKeyException : System.Data.DataException class
1727 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1728 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1729 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1730 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Data.cs1742 public partial class MissingPrimaryKeyException : System.Data.DataException class
1744 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1745 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1746 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1747 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Data.cs1715 public partial class MissingPrimaryKeyException : System.Data.DataException class
1717 public MissingPrimaryKeyException() { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1718 …protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.R… in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1719 public MissingPrimaryKeyException(string s) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException
1720 public MissingPrimaryKeyException(string message, System.Exception innerException) { } in MissingPrimaryKeyException() method in System.Data.MissingPrimaryKeyException

12