QueryNotSupportedEnumeratorException-Klasse
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .EnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc..::..QueryNotSupportedEnumeratorException
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class QueryNotSupportedEnumeratorException _
Inherits EnumeratorException
'Usage
Dim instance As QueryNotSupportedEnumeratorException
[SerializableAttribute]
public sealed class QueryNotSupportedEnumeratorException : EnumeratorException
[SerializableAttribute]
public ref class QueryNotSupportedEnumeratorException sealed : public EnumeratorException
[<SealedAttribute>]
[<SerializableAttribute>]
type QueryNotSupportedEnumeratorException =
class
inherit EnumeratorException
end
public final class QueryNotSupportedEnumeratorException extends EnumeratorException
Der QueryNotSupportedEnumeratorException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
QueryNotSupportedEnumeratorException() () () () | Initializes a new instance of the QueryNotSupportedEnumeratorException class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
QueryNotSupportedEnumeratorException(String) | Initializes a new instance of the QueryNotSupportedEnumeratorException class with defined message. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
QueryNotSupportedEnumeratorException(String, Exception) | Initializes a new instance of the QueryNotSupportedEnumeratorException class with defined message and exception. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
HelpLink | (Geerbt von Exception.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.