InvalidVersionSmoOperationException Class

Definition

The exception thrown when an operation cannot be performed in the current version.

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

Constructors

InvalidVersionSmoOperationException()

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

InvalidVersionSmoOperationException(ServerVersion)

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

InvalidVersionSmoOperationException(String)

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

InvalidVersionSmoOperationException(String, Exception)

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

Properties

HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
Message

Gets the message of the exception as string.

SmoExceptionType

Gets the type of exeption from the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType enumeration.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper method.

SetHelpContext(String) (Inherited from SmoException)

Applies to