Classe SfcUnsupportedVersionException
The exception that is thrown when a property is not supported in the current SQL Server version. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcException
Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcUnsupportedVersionException
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class SfcUnsupportedVersionException _
Inherits SfcException
'Utilisation
Dim instance As SfcUnsupportedVersionException
[SerializableAttribute]
public sealed class SfcUnsupportedVersionException : SfcException
[SerializableAttribute]
public ref class SfcUnsupportedVersionException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcUnsupportedVersionException =
class
inherit SfcException
end
public final class SfcUnsupportedVersionException extends SfcException
Le type SfcUnsupportedVersionException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
SfcUnsupportedVersionException() () () () | Initializes a new instance of the SfcUnsupportedVersionException class. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SfcUnsupportedVersionException(String) | Initializes a new instance of the SfcUnsupportedVersionException class with the specified error message. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SfcUnsupportedVersionException(String, Exception) | Initializes a new instance of the SfcUnsupportedVersionException class with the specified error message and a reference to the inner exception that is the cause of this exception. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | Gets a link to the help file associated with this exception. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcException.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
SetHelpContext | Sets the help context value for the referenced exception. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcException.) | |
ToString | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.