Construtor EnumeratorException (String)
Initializes a new instance of the EnumeratorException class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New EnumeratorException(message)
public EnumeratorException(
string message
)
public:
EnumeratorException(
String^ message
)
new :
message:string -> EnumeratorException
public function EnumeratorException(
message : String
)
Parâmetros
- message
Tipo: System.String
A string value that contains the exception message.