UnsupportedCompatLevelException Clase

Definición

La excepción se produce cuando se ejecuta una operación con un nivel de compatibilidad no admitido para esa operación especificada.

[System.Serializable]
public sealed class UnsupportedCompatLevelException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type UnsupportedCompatLevelException = class
    inherit SmoException
Public NotInheritable Class UnsupportedCompatLevelException
Inherits SmoException
Herencia
UnsupportedCompatLevelException
Atributos

Constructores

Nombre Description
UnsupportedCompatLevelException()

Constructor para T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.

UnsupportedCompatLevelException(String, Exception)

Constructor para T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.

UnsupportedCompatLevelException(String)

Constructor para T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.

Propiedades

Nombre Description
HelpLink

Obtiene un vínculo como cadena para el sitio web de soporte técnico.

(Heredado de SmoException)
SmoExceptionType

Obtiene el tipo de exeption de T:Microsoft. Enumeración SqlServer.Management.Smo.SmoExceptionType.

Métodos

Nombre Description
SetHelpContext(String)

La excepción se produce cuando se ejecuta una operación con un nivel de compatibilidad no admitido para esa operación especificada.

(Heredado de SmoException)

Se aplica a