LinqDataSourceValidationException Constructor
Initializes a new instance of the LinqDataSourceValidationException class.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | LinqDataSourceValidationException() | Initializes a new instance of the LinqDataSourceValidationException class with a system-supplied message that describes the error. |
![]() | LinqDataSourceValidationException(SerializationInfo^, StreamingContext) | Initializes a new instance of the LinqDataSourceValidationException class with serialized data. |
![]() | LinqDataSourceValidationException(String^) | Initializes a new instance of the LinqDataSourceValidationException class with a specified message that describes the error. |
![]() | LinqDataSourceValidationException(String^, Exception^) | Initializes a new instance of the LinqDataSourceValidationException class with a specified error message and a reference to the inner exception. |
![]() | LinqDataSourceValidationException(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. |

