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)

Syntax

‘선언
Public Sub New ( _
    message As String _
)
public PcwException(
    string message
)
public:
PcwException(
    String^ message
)
new : 
        message:string -> PcwException
public function PcwException(
    message : String
)

Parameters

  • message
    Type: System.String
    A user-readable message that describes the error.

.NET Framework Security

See Also

Reference

PcwException Class

PcwException Overload

Microsoft.TeamFoundation.Client Namespace