ImportInProgressException constructor
Inicializa uma nova instância da classe ImportInProgressException .
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 _
)
'Uso
Dim msg As String
Dim instance As New ImportInProgressException(msg)
public ImportInProgressException(
string msg
)
Parâmetros
msg
Type: System.StringUma mensagem de erro que explica o motivo para a exceção ou uma seqüência vazia.
Ver também
Referência
ImportInProgressException class