ResultTypeNotSupportedEnumeratorException Class

Definition

thown when an unsuported ResultType is requested

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

Constructors

ResultTypeNotSupportedEnumeratorException()

TODO

ResultTypeNotSupportedEnumeratorException(ResultType)

TODO

ResultTypeNotSupportedEnumeratorException(ResultType, Exception)

TODO

ResultTypeNotSupportedEnumeratorException(String)

TODO

ResultTypeNotSupportedEnumeratorException(String, Exception)

TODO

Properties

ResultType

TODO

Applies to