IllegalFieldNameException Constructor (String)

Encapsulates a message string into an IllegalFieldNameException.

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

Parameters

  • message
    Type: System.String

    A message that describes the exception.

.NET Framework Security

See Also

Reference

IllegalFieldNameException Class

IllegalFieldNameException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace