QueryNotSupportedEnumeratorException Class

Definition

a valid query but using features that are unsupported has been used

[System.Serializable]
public sealed class QueryNotSupportedEnumeratorException : Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
[<System.Serializable>]
type QueryNotSupportedEnumeratorException = class
    inherit EnumeratorException
Public NotInheritable Class QueryNotSupportedEnumeratorException
Inherits EnumeratorException
Inheritance
QueryNotSupportedEnumeratorException
Attributes

Constructors

QueryNotSupportedEnumeratorException()

TODO

QueryNotSupportedEnumeratorException(String)

TODO

QueryNotSupportedEnumeratorException(String, Exception)

TODO

Applies to