PropertyCannotBeRetrievedException-Member
The PropertyCannotBeRetrievedException class represents the exception raised when a property cannot be retrieved.
Der PropertyCannotBeRetrievedException-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
PropertyCannotBeRetrievedException() () () () | Initializes a new instance of the PropertyCannotBeRetrievedException class. | |
PropertyCannotBeRetrievedException(String) | Initializes a new instance of the PropertyCannotBeRetrievedException class with the specified message. | |
PropertyCannotBeRetrievedException(String, Exception) | Initializes a new instance of the PropertyCannotBeRetrievedException class with the specified message and specified inner exception. | |
PropertyCannotBeRetrievedException(String, Object) | Initializes a new instance of the PropertyCannotBeRetrievedException class with the specified message and specified inner exception. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | Populates a SerializationInfo object with the data needed to serialize the target object. (Überschreibt Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Geerbt von SmoException.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
FailedObject | Gets the object that owns the property that cannot be retrieved. | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Geerbt von SmoException.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | Gets the message that describes the current exception. (Überschreibt Exception. . :: . .Message.) | |
PropertyName | Gets the name of the property that cannot be retrieved. | |
SmoExceptionType | Gets the type of SMO exception. (Überschreibt SmoException. . :: . .SmoExceptionType.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang