Compartir a través de


EnumeratorException Constructor (String)

Initializes a new instance of the EnumeratorException class. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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.

Vea también

Referencia

EnumeratorException Clase

Sobrecarga de EnumeratorException

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc