DuplicateKeyException.Object 属性

定义

获取导致异常的对象。Gets the object that caused the exception.

public:
 property System::Object ^ Object { System::Object ^ get(); };
public object Object { get; }
member this.Object : obj
Public ReadOnly Property Object As Object

属性值

Object

导致异常的对象。The object that caused the exception.

适用于