Membres PropertyWriteException
The PropertyWriteException class represents the exception that is raised when an error occurs when setting the value of a property.
Le type PropertyWriteException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
PropertyWriteException() () () () | Initializes a new instance of the PropertyWriteException class. | |
PropertyWriteException(String) | Initializes a new instance of the PropertyWriteException class with the specified message. | |
PropertyWriteException(String, Exception) | Initializes a new instance of the PropertyWriteException class with the specified message and specified inner exception. | |
PropertyWriteException(String, String, String, String) | Initializes a new instance of the PropertyWriteException class with the specified property name, object kind, object name, and reason. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetBaseException | (Hérité de Exception.) | |
GetHashCode | (Hérité de Object.) | |
GetObjectData | Returns object data to facilitate remoting. (Se substitue à Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Hérité de Exception.) | |
MemberwiseClone | (Hérité de Object.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Hérité de SmoException.) | |
ToString | (Hérité de Exception.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (Hérité de Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Hérité de SmoException.) | |
HResult | (Hérité de Exception.) | |
InnerException | (Hérité de Exception.) | |
Message | Gets the message that describes the exception. (Se substitue à Exception. . :: . .Message.) | |
PropertyName | Gets the name of the property that received a value with the incorrect data type. | |
SmoExceptionType | Gets the type of SMO exception. (Se substitue à SmoException. . :: . .SmoExceptionType.) | |
Source | (Hérité de Exception.) | |
StackTrace | (Hérité de Exception.) | |
TargetSite | (Hérité de Exception.) |
Haut de la page
Voir aussi