SyncErrors.Add Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub Add ( _
memberId As String, _
exception As Exception _
)
public void Add(
string memberId,
Exception exception
)
public:
void Add(
String^ memberId,
Exception^ exception
)
member Add :
memberId:string *
exception:Exception -> unit
public function Add(
memberId : String,
exception : Exception
)
Parameters
- memberId
Type: System.String
- exception
Type: System.Exception
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.