Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the PcwException class.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
error As String, _
explanation As String, _
userAction As String, _
helpTopic As String _
)
public PcwException(
string error,
string explanation,
string userAction,
string helpTopic
)
public:
PcwException(
String^ error,
String^ explanation,
String^ userAction,
String^ helpTopic
)
new :
error:string *
explanation:string *
userAction:string *
helpTopic:string -> PcwException
public function PcwException(
error : String,
explanation : String,
userAction : String,
helpTopic : String
)
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.
- helpTopic
Type: System.String
A link to a relevant help topic.
.NET Framework Security
- 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.