UnsupportedEngineEditionException Class

Definition

This exception gets thrown when an unsupported engine edition is detected.

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

Constructors

UnsupportedEngineEditionException()
UnsupportedEngineEditionException(String)
UnsupportedEngineEditionException(String, Exception)

Properties

HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
SmoExceptionType

Methods

SetHelpContext(String) (Inherited from SmoException)

Applies to