Classe UnsupportedVersionException

The UnsupportedVersionException class represents the exception raised when an SMO operation encounters an unsupported version of SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class UnsupportedVersionException _
    Inherits SmoException
'Utilisation
Dim instance As UnsupportedVersionException
[SerializableAttribute]
public sealed class UnsupportedVersionException : SmoException
[SerializableAttribute]
public ref class UnsupportedVersionException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type UnsupportedVersionException =  
    class
        inherit SmoException
    end
public final class UnsupportedVersionException extends SmoException

Notes

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Smo. . :: . .SmoException
        Microsoft.SqlServer.Management.Smo..::..UnsupportedVersionException

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.