Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new InvalidFileTypeException instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Déclaration
Public Sub New ( _
type As String _
)
public InvalidFileTypeException(
string type
)
public:
InvalidFileTypeException(
String^ type
)
new :
type:string -> InvalidFileTypeException
public function InvalidFileTypeException(
type : String
)
Parameters
- type
Type: System.String
The invalid file type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InvalidFileTypeException Class