This documentation is archived and is not being maintained.

ClientException::ErrorId Property

Gets or sets the error ID of this exception.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
property int ErrorId {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
Returns Int32.

Show: