This topic has not yet been rated - Rate this topic

ResultTypeNotSupportedEnumeratorException Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
[SerializableAttribute]
public sealed class ResultTypeNotSupportedEnumeratorException : EnumeratorException

The ResultTypeNotSupportedEnumeratorException type exposes the following members.

  NameDescription
Public methodResultTypeNotSupportedEnumeratorException()Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodResultTypeNotSupportedEnumeratorException(String)Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with specified message. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodResultTypeNotSupportedEnumeratorException(ResultType)Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodResultTypeNotSupportedEnumeratorException(String, Exception)Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodResultTypeNotSupportedEnumeratorException(ResultType, Exception)Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with the specified type and the inner exception parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Top
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertyResultTypeDo not reference this member directly in your code. It supports the SQL Server infrastructure.
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectDataSecurity Critical. (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.