PropertyWriteException 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 set a property that has been blocked.
[System.Serializable]
public sealed class PropertyWriteException : Microsoft.SqlServer.Management.Smo.SmoException
type PropertyWriteException = class
inherit SmoException
Public NotInheritable Class PropertyWriteException
Inherits SmoException
- Inheritance
- Attributes
-
SerializableAttribute SerializableAttribute
Constructors
| PropertyWriteException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String, String, String, String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyWriteException. |
Properties
| HelpLink |
Gets a link as string to the support web site. (Inherited from SmoException) |
| Message |
Gets the message of the exception. |
| 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) |