This documentation is archived and is not being maintained.

ActionDeniedBySubscriberException Constructor (String, Exception)

Initializes a new instance of the ActionDeniedBySubscriberException class.

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

public:
ActionDeniedBySubscriberException(
	String^ message, 
	Exception^ ex
)

Parameters

message
Type: System::String

A description of this exception.

ex
Type: System::Exception

The exception that caused this exception.

Show: