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

UnsupportedFeatureException()

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

UnsupportedFeatureException(String)

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

UnsupportedFeatureException(String, Exception)

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

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