UserCreationIgnoredException constructor (String, Exception)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaração
Public Sub New ( _
msg As String, _
e As Exception _
)
'Uso
Dim msg As String
Dim e As Exception
Dim instance As New UserCreationIgnoredException(msg, e)
public UserCreationIgnoredException(
string msg,
Exception e
)
Parâmetros
- msg
Type: System.String
- e
Type: System.Exception
Ver também
Referência
UserCreationIgnoredException class
UserCreationIgnoredException members