ListObjectNotDataBoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |