ListObjectNotDataBoundException Class

Definition

The exception that is thrown when you use the Disconnect() method of a ListObject that is not bound to data.

public ref class ListObjectNotDataBoundException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Diagnostics.DebuggerNonUserCode]
[System.Serializable]
public sealed class ListObjectNotDataBoundException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Diagnostics.DebuggerNonUserCode>]
[<System.Serializable>]
type ListObjectNotDataBoundException = class
    inherit RuntimeException
Public NotInheritable Class ListObjectNotDataBoundException
Inherits RuntimeException
Inheritance
ListObjectNotDataBoundException
Attributes

Remarks

The Disconnect method removes the data binding from a ListObject.

Constructors

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.

Applies to