UnknownPropertyException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
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
GetObjectData(SerializationInfo, StreamingContext) |
Serialization helper method. |
SetHelpContext(String) | (Inherited from SmoException) |