ListObjectNotDataBoundException Constructor (Exception)

Initializes a new instance of the ListObjectNotDataBoundException class with the inner exception that is the cause of this exception.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.v4.0.Framework (in Microsoft.Office.Tools.v4.0.Framework.dll)

Syntax

'Declaration
Public Sub New ( _
    innerException As Exception _
)
public ListObjectNotDataBoundException(
    Exception innerException
)

Parameters

  • innerException
    Type: System.Exception

    The exception that is the cause of the current exception.

.NET Framework Security

See Also

Reference

ListObjectNotDataBoundException Class

ListObjectNotDataBoundException Overload

Microsoft.Office.Tools.Excel Namespace