AccountNotValidatedException constructor (String, Exception)
Inicializa uma nova instância da classe AccountNotValidatedException .
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 AccountNotValidatedException(msg, e)
public AccountNotValidatedException(
string msg,
Exception e
)
Parâmetros
msg
Type: System.StringUma mensagem de erro que explica o motivo para a exceção ou uma seqüência vazia.
e
Type: System.ExceptionA exceção interna que é a causa dessa exceção.
Ver também
Referência
AccountNotValidatedException class
AccountNotValidatedException members