PropertyNotSetException 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 an action requires a property that has not been set by the user.
[System.Serializable]
public sealed class PropertyNotSetException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type PropertyNotSetException = class
inherit SmoException
Public NotInheritable Class PropertyNotSetException
Inherits SmoException
- Inheritance
- Attributes
Constructors
PropertyNotSetException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException. |
PropertyNotSetException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException. |
PropertyNotSetException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException. |
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. |
PropertyName | |
SmoExceptionType |
Gets the type of exception from the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType enumeration. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serialization helper method. |
SetHelpContext(String) | (Inherited from SmoException) |