UnsupportedVersionException Class

Definition

The exception gets thrown when an operation has failed.

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

Constructors

Name Description
UnsupportedVersionException()

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

UnsupportedVersionException(String, Exception)

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

UnsupportedVersionException(String)

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

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