Konstruktor QueryNotSupportedEnumeratorException (String)
Inicjuje nowe wystąpienie QueryNotSupportedEnumeratorException klasy z określonych wiadomości.Nie 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 QueryNotSupportedEnumeratorException(message)
public QueryNotSupportedEnumeratorException(
string message
)
public:
QueryNotSupportedEnumeratorException(
String^ message
)
new :
message:string -> QueryNotSupportedEnumeratorException
public function QueryNotSupportedEnumeratorException(
message : String
)
Parametry
- message
Typ: System.String
Wartość ciągu Określa ciąg komunikat kwerendy nie obsługiwane numeratora wyjątku.