This documentation is archived and is not being maintained.

INetFwProfile::ExceptionsNotAllowed Property

Gets or sets a flag indicating whether the firewall should throw exceptions.

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

property bool ExceptionsNotAllowed {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if the firewall should not throw exceptions; otherwise, false.

Show: