This documentation is archived and is not being maintained.

PcwException Constructor (String, String, String)

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

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

public:
PcwException(
	String^ error, 
	String^ explanation, 
	String^ userAction
)

Parameters

error
Type: System::String

The title of the error.

explanation
Type: System::String

An explanation of the error.

userAction
Type: System::String

Action that the user must take to resolve the error.

Show: