Udostępnij za pośrednictwem


Konstruktor EnumeratorException (String)

Inicjuje nowe wystąpienie EnumeratorException klasyNie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String _
)
'Użycie
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
)

Parametry

  • message
    Typ: System.String
    Wartość ciąg, który zawiera komunikat wyjątku.