MissingObjectException Class

Definition

The exception thrown when an object is missing from a collection or when a collection does not exist under a server version.

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

Constructors

MissingObjectException()

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

MissingObjectException(String)

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

MissingObjectException(String, Exception)

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

Properties

HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
Message

Gets the message from the exception as a string.

SmoExceptionType

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

Methods

SetHelpContext(String) (Inherited from SmoException)

Applies to