This documentation is archived and is not being maintained.
PcwException Constructor (String, String, String)
Visual Studio 2013
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)
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: