The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
LinqDataSourceValidationException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the LinqDataSourceValidationException class with a specified error message and a reference to the inner exception.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- message
-
Type:
System::String^
The message that describes the error.
- innerException
-
Type:
System::Exception^
The exception that is the cause of the current exception.
You typically will not use this constructor because validation exceptions are stored in the InnerExceptions property, not the InnerException property.
.NET Framework
Available since 3.5
Available since 3.5
Show: