ListObjectNotDataBoundException Class (2007 System)
The exception that is thrown when you use the Disconnect method of a ListObject that is not bound to data.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<SerializableAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class ListObjectNotDataBoundException _
Inherits Exception
'Usage
Dim instance As ListObjectNotDataBoundException
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class ListObjectNotDataBoundException : Exception
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class ListObjectNotDataBoundException sealed : public Exception
public final class ListObjectNotDataBoundException extends Exception
Remarks
The Disconnect method removes the data binding from a ListObject.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.