EnumeratorException Class

Definition

base class for all enumerator exceptions

[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class EnumeratorException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type EnumeratorException = class
    inherit SqlServerManagementException
Public Class EnumeratorException
Inherits SqlServerManagementException
Inheritance
Derived
Attributes

Constructors

EnumeratorException()

TODO

EnumeratorException(SerializationInfo, StreamingContext)

TODO

EnumeratorException(String)

TODO

EnumeratorException(String, Exception)

TODO

Applies to