UnsupportedCompatLevelException Class

Definition

The exception gets thrown when an operation is executed with an unsupported compatability level for that operation specified.

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

Constructors

UnsupportedCompatLevelException()

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException.

UnsupportedCompatLevelException(String)

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException.

UnsupportedCompatLevelException(String, Exception)

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException.

Properties

HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
SmoExceptionType

Gets the type of exeption from the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType enumeration.

Methods

SetHelpContext(String) (Inherited from SmoException)

Applies to