UnknownPropertyException Class

Definition

The exception thrown when trying to access a property that does not exist for a server version.

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

Constructors

Name Description
UnknownPropertyException()

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

UnknownPropertyException(String, Exception)

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

UnknownPropertyException(String)

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

Properties

Name Description
CurrentVersion
HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
Message

Gets the message from the T:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.

PropertyName
SmoExceptionType

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

SupportedVersions

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serialization helper method.

SetHelpContext(String) (Inherited from SmoException)

Applies to