TargetIsChildException Constructor (String)

Encapsulates a message string into a TargetIsChildException.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public TargetIsChildException(
    string message
)
public:
TargetIsChildException(
    String^ message
)
new : 
        message:string -> TargetIsChildException
public function TargetIsChildException(
    message : String
)

Parameters

  • message
    Type: System.String

    A message that describes the exception.

.NET Framework Security

See Also

Reference

TargetIsChildException Class

TargetIsChildException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace