This documentation is archived and is not being maintained.

PcwException Constructor (String)

Initializes a new instance of the PcwException class by using the specified message.

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

public:
PcwException(
	String^ message
)

Parameters

message
Type: System::String

A user-readable message that describes the error.

Show: