UnsupportedCompatLevelException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
UnsupportedCompatLevelException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException. |
UnsupportedCompatLevelException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException. |
UnsupportedCompatLevelException(String) |
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) |