SyncException.ErrorNumber 속성
참고: 이 속성은 이제 사용되지 않습니다.
예외에 대한 오류 번호를 가져오거나 설정합니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
<ObsoleteAttribute("You are attempting to reference properties that have been moved. Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", True)> _
Public Property ErrorNumber As Object
‘사용 방법
Dim instance As SyncException
Dim value As Object
value = instance.ErrorNumber
instance.ErrorNumber = value
[ObsoleteAttribute("You are attempting to reference properties that have been moved. Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", true)]
public Object ErrorNumber { get; set; }
[ObsoleteAttribute(L"You are attempting to reference properties that have been moved. Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", true)]
public:
property Object^ ErrorNumber {
Object^ get ();
void set (Object^ value);
}
/** @property */
public Object get_ErrorNumber ()
/** @property */
public void set_ErrorNumber (Object value)
public function get ErrorNumber () : Object
public function set ErrorNumber (value : Object)
속성 값
예외에 대한 오류 번호를 반환합니다. 이 멤버는 더 이상 사용되지 않으며 항상 null 참조(Visual Basic에서는 Nothing)을 반환합니다.
주의
이 멤버는 더 이상 사용되지 않으며 사용하면 안 됩니다. 대신 Microsoft.Synchronization.Data.DataSyncException을 사용하십시오.
참고 항목
참조
SyncException 클래스
SyncException 멤버
Microsoft.Synchronization 네임스페이스