AttributeException constructor (String)
Inicializa uma nova instância da classe AttributeException .
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New AttributeException(message)
public AttributeException(
string message
)
Parâmetros
message
Type: System.StringA mensagem que explica o motivo da exceção.