Membri PropertyWriteException
The PropertyWriteException class represents the exception that is raised when an error occurs when setting the value of a property.
Il tipo PropertyWriteException espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetBaseException | (Ereditato da Exception). | |
GetHashCode | (Ereditato da Object). | |
GetObjectData | Returns object data to facilitate remoting. (Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Ereditato da Exception). | |
MemberwiseClone | (Ereditato da Object). | |
SetHelpContext | Sets the Help context value for the referenced exception. (Ereditato da SmoException). | |
ToString | (Ereditato da Exception). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | (Ereditato da Exception). | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Ereditato da SmoException). | |
HResult | (Ereditato da Exception). | |
InnerException | (Ereditato da Exception). | |
Message | Gets the message that describes the exception. (Esegue l'override di 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. (Esegue l'override di SmoException. . :: . .SmoExceptionType.) | |
Source | (Ereditato da Exception). | |
StackTrace | (Ereditato da Exception). | |
TargetSite | (Ereditato da Exception). |
In alto
Vedere anche