Udostępnij przez


Konstruktor ConflictingPropertyValuesException (String, String, String, String, String)

Inicjuje nowe wystąpienie ConflictingPropertyValuesException klasy, która ma określoną wiadomość tekst i wewnętrzny wyjątek.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dmf
Zestaw:  Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)

Składnia

'Deklaracja
Public Sub New ( _
    mode As String, _
    type1 As String, _
    name1 As String, _
    type2 As String, _
    name2 As String _
)
'Użycie
Dim mode As String
Dim type1 As String
Dim name1 As String
Dim type2 As String
Dim name2 As String

Dim instance As New ConflictingPropertyValuesException(mode, type1, _
    name1, type2, name2)
public ConflictingPropertyValuesException(
    string mode,
    string type1,
    string name1,
    string type2,
    string name2
)
public:
ConflictingPropertyValuesException(
    String^ mode, 
    String^ type1, 
    String^ name1, 
    String^ type2, 
    String^ name2
)
new : 
        mode:string * 
        type1:string * 
        name1:string * 
        type2:string * 
        name2:string -> ConflictingPropertyValuesException
public function ConflictingPropertyValuesException(
    mode : String, 
    type1 : String, 
    name1 : String, 
    type2 : String, 
    name2 : String
)

Parametry

  • mode
    Typ: System.String
    A String wartość, która określa tryb, która jest skojarzona z zasady.
  • type1
    Typ: System.String
    A String wartość, która określa typ obiektu pierwszej wartości właściwość.
  • name1
    Typ: System.String
    A String wartość, która określa nazwę pierwszej wartości właściwość.
  • type2
    Typ: System.String
    A String wartość, która określa typ obiektu drugiej wartości właściwość.
  • name2
    Typ: System.String
    A String wartość, która określa nazwę drugiej wartości właściwość.

Uwagi

Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.