FeatureNotSupportedException Constructor (String)

Initializes a new FeatureNotSupportedException instance.

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 FeatureNotSupportedException(
    string message
)
public:
FeatureNotSupportedException(
    String^ message
)
new : 
        message:string -> FeatureNotSupportedException
public function FeatureNotSupportedException(
    message : String
)

Parameters

  • message
    Type: System.String

    A message that describes this exception.

.NET Framework Security

See Also

Reference

FeatureNotSupportedException Class

FeatureNotSupportedException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace