This documentation is archived and is not being maintained.

InvalidFileTypeException Constructor (String, Exception)

Initializes a new InvalidFileTypeException instance.

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

public:
InvalidFileTypeException(
	String^ type, 
	Exception^ innerException
)

Parameters

type
Type: System::String

The invalid file type.

innerException
Type: System::Exception

The exception that caused this exception.

Show: