PropertyCannotBeRetrievedException Class

Definition

The exception thrown when the caller is asking for a property that returned null during enumeration.

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

Constructors

PropertyCannotBeRetrievedException()

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

PropertyCannotBeRetrievedException(String)

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

PropertyCannotBeRetrievedException(String, Exception)

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

PropertyCannotBeRetrievedException(String, Object)

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

Properties

FailedObject
HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
Message

Gets the message of the exception as string.

PropertyName
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