LinqDataSourceValidationException Constructor

 

Initializes a new instance of the LinqDataSourceValidationException class.

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

NameDescription
System_CAPS_pubmethodLinqDataSourceValidationException()

Initializes a new instance of the LinqDataSourceValidationException class with a system-supplied message that describes the error.

System_CAPS_protmethodLinqDataSourceValidationException(SerializationInfo^, StreamingContext)

Initializes a new instance of the LinqDataSourceValidationException class with serialized data.

System_CAPS_pubmethodLinqDataSourceValidationException(String^)

Initializes a new instance of the LinqDataSourceValidationException class with a specified message that describes the error.

System_CAPS_pubmethodLinqDataSourceValidationException(String^, Exception^)

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

System_CAPS_pubmethodLinqDataSourceValidationException(String^, IDictionary<String^, Exception^>^)

Initializes a new instance of the LinqDataSourceValidationException class with a specified message that describes the error, and a collection of references to inner exceptions.

Return to top
Show: