PropertyMappingNotDefinedException-Konstruktor
Initialisiert eine neue Instanz der PropertyMappingNotDefinedException -Klasse.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String _
)
'Usage
Dim msg As String
Dim instance As New PropertyMappingNotDefinedException(msg)
public PropertyMappingNotDefinedException(
string msg
)
Parameter
msg
Typ: System.StringEine Fehlermeldung angezeigt, die erläutert, den Grund für die Ausnahme oder eine leere Zeichenfolge.
Siehe auch
Referenz
PropertyMappingNotDefinedException Klasse