UnsupportedFeatureException Class

Definition

The exception thrown when an object is not supported by Sql Express

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

Constructors

Name Description
UnsupportedFeatureException()

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

UnsupportedFeatureException(String, Exception)

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

UnsupportedFeatureException(String)

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

Properties

Name Description
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

Name Description
SetHelpContext(String) (Inherited from SmoException)

Applies to