InvalidSmoOperationException Class

Definition

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

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

Constructors

InvalidSmoOperationException()

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

InvalidSmoOperationException(String)

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

InvalidSmoOperationException(String, Exception)

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

InvalidSmoOperationException(String, SqlSmoState)

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

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

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

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper method.

SetHelpContext(String) (Inherited from SmoException)

Applies to