EnumeratorException Class
Base class for all enumeration exceptions. Represents an exception thrown during enumeration. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
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
| Name | Description | |
|---|---|---|
![]() | EnumeratorException() | Initializes a new instance of the EnumeratorException class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | EnumeratorException(SerializationInfo^, StreamingContext) | Initializes a new instance of the EnumeratorException class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.. |
![]() | EnumeratorException(String^) | Initializes a new instance of the EnumeratorException class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | EnumeratorException(String^, Exception^) | Initializes a new instance of the EnumeratorException class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



