This documentation is archived and is not being maintained.

AccessCheckException Constructor (String, Exception)

Initializes a new AccessCheckException instance.

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

public:
AccessCheckException(
	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: