PropertyCannotBeRetrievedException Members
Include Protected Members
Include Inherited Members
The PropertyCannotBeRetrievedException class represents the exception raised when a property cannot be retrieved.
The PropertyCannotBeRetrievedException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | PropertyCannotBeRetrievedException() | Initializes a new instance of the PropertyCannotBeRetrievedException class. | 
| .gif) | PropertyCannotBeRetrievedException(String) | Initializes a new instance of the PropertyCannotBeRetrievedException class with the specified message. | 
| .gif) | PropertyCannotBeRetrievedException(String, Exception) | Initializes a new instance of the PropertyCannotBeRetrievedException class with the specified message and specified inner exception. | 
| .gif) | PropertyCannotBeRetrievedException(String, Object) | Initializes a new instance of the PropertyCannotBeRetrievedException class with the specified message and specified inner exception. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetBaseException() | (Inherited from Exception.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo object with the data needed to serialize the target object. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | 
| .gif) | GetType() | (Inherited from Exception.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | SetHelpContext(String) | Sets the Help context value for the referenced exception. (Inherited from SmoException.) | 
| .gif) | ToString() | (Inherited from Exception.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Data | (Inherited from Exception.) | 
| .gif) | FailedObject | Gets the object that owns the property that cannot be retrieved. | 
| .gif) | HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Inherited from SmoException.) | 
| .gif) | HResult | (Inherited from Exception.) | 
| .gif) | InnerException | (Inherited from Exception.) | 
| .gif) | Message | Gets the message that describes the current exception. (Overrides Exception.Message.) | 
| .gif) | PropertyName | Gets the name of the property that cannot be retrieved. | 
| .gif) | SmoExceptionType | Gets the type of SMO exception. (Overrides SmoException.SmoExceptionType.) | 
| .gif) | Source | (Inherited from Exception.) | 
| .gif) | StackTrace | (Inherited from Exception.) | 
| .gif) | TargetSite | (Inherited from Exception.) | 
Top