Membres PropertyTypeMismatchException
The PropertyTypeMismatchException class represents the exception raised when an attempt is made to set the property with a value that has the incorrect data type.
Le type PropertyTypeMismatchException expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
PropertyTypeMismatchException() () () () | Initializes a new instance of the PropertyTypeMismatchException class. |
![]() |
PropertyTypeMismatchException(String) | Initializes a new instance of the PropertyTypeMismatchException class with the specified message. |
![]() |
PropertyTypeMismatchException(String, Exception) | Initializes a new instance of the PropertyTypeMismatchException class with the specified message and specified inner exception. |
![]() |
PropertyTypeMismatchException(String, String, String) | Initializes a new instance of the PropertyTypeMismatchException class for the specified property, and specified received type and expected type. |
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 in order 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.) |
![]() |
ExpectedType | Gets the expected data type for the property. |
![]() |
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. |
![]() |
ReceivedType | Gets the data type that was received incorrectly by the property. |
![]() |
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
.gif)
.gif)
.gif)
.gif)