ListObjectNotDataBoundException Class
The exception that is thrown when you use the Disconnect method of a ListObject that is not bound to data.
Assembly: Microsoft.Office.Tools.v4.0.Framework (in Microsoft.Office.Tools.v4.0.Framework.dll)
System::Exception
Microsoft.VisualStudio.Tools.Applications.Runtime::RuntimeException
Microsoft.Office.Tools.Excel::ListObjectNotDataBoundException
[SerializableAttribute] [DebuggerNonUserCodeAttribute] [SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)] [SecurityPermissionAttribute(SecurityAction::InheritanceDemand, Unrestricted = true)] public ref class ListObjectNotDataBoundException sealed : RuntimeException
| Name | Description | |
|---|---|---|
![]() | ListObjectNotDataBoundException() | Initializes a new instance of the ListObjectNotDataBoundException class. |
![]() | ListObjectNotDataBoundException(Exception^) | Initializes a new instance of the ListObjectNotDataBoundException class with the inner exception that is the cause of this exception. |
![]() | ListObjectNotDataBoundException(String^) | Initializes a new instance of the ListObjectNotDataBoundException class with a specified error message. |
![]() | ListObjectNotDataBoundException(String^, Exception^) | Initializes a new instance of the ListObjectNotDataBoundException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
The Disconnect method removes the data binding from a ListObject.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

