Share via


ExceptionPropertyCollection.Set Method (String, Boolean)

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

‘선언
Public Sub Set ( _
    name As String, _
    value As Boolean _
)
public void Set(
    string name,
    bool value
)
public:
void Set(
    String^ name, 
    bool value
)
member Set : 
        name:string * 
        value:bool -> unit 
public function Set(
    name : String, 
    value : boolean
)

Parameters

.NET Framework Security

See Also

Reference

ExceptionPropertyCollection Class

Set Overload

Microsoft.TeamFoundation.Common Namespace