Class DuplicateKeyException
Inherited Members
Namespace: Telerik.OpenAccess.Exceptions
Assembly: Telerik.OpenAccess.dll
Syntax
public class DuplicateKeyException : OpenAccessException, _Exception, ISerializable
Constructors
DuplicateKeyException(SerializationInfo, StreamingContext)
Declaration
protected DuplicateKeyException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
System.
|
System.
|
DuplicateKeyException(String, Object, String)
Declaration
public DuplicateKeyException(string txt, object _key, string _indexName)
Parameters
System.
|
System.
|
System.
|
DuplicateKeyException(String, Object, String, Exception)
Declaration
public DuplicateKeyException(string txt, object _key, string _indexName, Exception nested)
Parameters
System.
|
System.
|
System.
|
System.
|
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
System.
|
System.
|