Classe EnumeratorException
Base class for all enumeration exceptions. Represents an exception thrown during enumeration. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc..::..EnumeratorException
Plus...
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class EnumeratorException _
Inherits SqlServerManagementException
'Utilisation
Dim instance As EnumeratorException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class EnumeratorException : SqlServerManagementException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class EnumeratorException : public SqlServerManagementException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type EnumeratorException =
class
inherit SqlServerManagementException
end
public class EnumeratorException extends SqlServerManagementException
Le type EnumeratorException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
EnumeratorException() () () () | Initializes a new instance of the EnumeratorException class. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
EnumeratorException(String) | Initializes a new instance of the EnumeratorException class. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
EnumeratorException(SerializationInfo, StreamingContext) | Initializes a new instance of the EnumeratorException class. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. | |
EnumeratorException(String, Exception) | Initializes a new instance of the EnumeratorException class. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc..::..EnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .InternalEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .InvalidConfigurationFileEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .InvalidPropertyUsageEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .InvalidQueryExpressionEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .InvalidVersionEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .QueryNotSupportedEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ResultTypeNotSupportedEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .UnknownPropertyEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .UnknownTypeEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XPathException