Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Initializes a new instance of the LinqDataSourceValidationException class with a specified error message and a reference to the inner exception.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
LinqDataSourceValidationException(
	String^ message,
	Exception^ innerException
)

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
Return to top
Show:
© 2017 Microsoft