ListObjectNotDataBoundException Constructor (String)

Initializes a new instance of the ListObjectNotDataBoundException class with a specified error message.

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 ( _
    message As String _
)
public ListObjectNotDataBoundException(
    string message
)

Parameters

  • message
    Type: System.String

    A message that describes the error.

.NET Framework Security

See Also

Reference

ListObjectNotDataBoundException Class

ListObjectNotDataBoundException Overload

Microsoft.Office.Tools.Excel Namespace