DuplicateExtensionException Constructor
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Sub New ( _
extension As String, _
firstFileType As String, _
secondFileType As String _
)
public DuplicateExtensionException(
string extension,
string firstFileType,
string secondFileType
)
public:
DuplicateExtensionException(
String^ extension,
String^ firstFileType,
String^ secondFileType
)
new :
extension:string *
firstFileType:string *
secondFileType:string -> DuplicateExtensionException
public function DuplicateExtensionException(
extension : String,
firstFileType : String,
secondFileType : String
)
Parameters
- extension
Type: System.String
- firstFileType
Type: System.String
- secondFileType
Type: System.String
.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.