Partager via


NotYetImplementedEnumeratorException Constructor (String, Exception)

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public NotYetImplementedEnumeratorException (
    string message,
    Exception innerException
)
public:
NotYetImplementedEnumeratorException (
    String^ message, 
    Exception^ innerException
)
public NotYetImplementedEnumeratorException (
    String message, 
    Exception innerException
)
public function NotYetImplementedEnumeratorException (
    message : String, 
    innerException : Exception
)

Paramètres

  • message
  • innerException

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

NotYetImplementedEnumeratorException Class
NotYetImplementedEnumeratorException Members
Microsoft.SqlServer.Management.Smo Namespace