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