Share via


PropertyCannotBeRetrievedException.FailedObject Property

Gets the object that owns the property that cannot be retrieved.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property FailedObject As Object 
    Get
'Usage
Dim instance As PropertyCannotBeRetrievedException 
Dim value As Object 

value = instance.FailedObject
public Object FailedObject { get; }
public:
property Object^ FailedObject {
    Object^ get ();
}
member FailedObject : Object
function get FailedObject () : Object

Property Value

Type: System.Object
An Object system object value that specifies the object that owns the property that cannot be retrieved.

Examples

Handling SMO Exceptions

See Also

Reference

PropertyCannotBeRetrievedException Class

Microsoft.SqlServer.Management.Smo Namespace