Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
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, _
innerException As Exception _
)
public ListObjectNotDataBoundException(
string message,
Exception innerException
)
Parameters
message
Type: System.StringA message that describes the error.
innerException
Type: System.ExceptionThe exception that is the cause of the current exception.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ListObjectNotDataBoundException Class