SyncException.ErrorNumber プロパティ
メモ : このプロパティは、互換性のために残されています。
例外のエラー番号を取得または設定します。
名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
<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 名前空間