Konstruktor UnsupportedTypeException (String, String)
Inicjuje nowe wystąpienie UnsupportedTypeException klasy z określonego typu i węzeł.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public Sub New ( _
node As String, _
typeName As String _
)
'Użycie
Dim node As String
Dim typeName As String
Dim instance As New UnsupportedTypeException(node, typeName)
public UnsupportedTypeException(
string node,
string typeName
)
public:
UnsupportedTypeException(
String^ node,
String^ typeName
)
new :
node:string *
typeName:string -> UnsupportedTypeException
public function UnsupportedTypeException(
node : String,
typeName : String
)
Parametry
- node
Typ: System.String
A String wartość, która określa węzeł typu.
- typeName
Typ: System.String
A String wartość, która określa nazwę typu.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.