Share via


ExceptionPropertyCollection.Set Method (String, DateTime)

Sets the exception property with the specified name to the specified value.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Sub Set ( _
    name As String, _
    value As DateTime _
)
public void Set(
    string name,
    DateTime value
)
public:
void Set(
    String^ name, 
    DateTime value
)
member Set : 
        name:string * 
        value:DateTime -> unit
public function Set(
    name : String, 
    value : DateTime
)

Parameters

.NET Framework Security

See Also

Reference

ExceptionPropertyCollection Class

Set Overload

Microsoft.TeamFoundation.Common Namespace