UnsupportedEngineTypeException Class

Definition

This exception gets thrown when an operation has failed

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

Constructors

UnsupportedEngineTypeException()
UnsupportedEngineTypeException(String)
UnsupportedEngineTypeException(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