TableNotEnabledForNotificationException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the TableNotEnabledForNotificationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Assembly: System.Web (in System.Web.dll)
public:
TableNotEnabledForNotificationException(
String^ message,
Exception^ innerException
)
Parameters
- message
-
Type:
System::String^
The error message that explains the reason for the exception.
- innerException
-
Type:
System::Exception^
The exception that is the cause of the current exception. If the innerException is not null, the current exception is raised in a catch block that handles the inner exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: