AccountNotValidatedException-Konstruktor (String, Exception)
Initialisiert eine neue Instanz der AccountNotValidatedException -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, _
e As Exception _
)
'Usage
Dim msg As String
Dim e As Exception
Dim instance As New AccountNotValidatedException(msg, e)
public AccountNotValidatedException(
string msg,
Exception e
)
Parameter
msg
Typ: System.StringEine Fehlermeldung angezeigt, die erläutert, den Grund für die Ausnahme oder eine leere Zeichenfolge.
e
Typ: System.ExceptionDie innere Ausnahme, die diese Ausnahme ausgelöst hat.
Siehe auch
Referenz
AccountNotValidatedException Klasse
AccountNotValidatedException-Member