This documentation is archived and is not being maintained.
LinqDataSourceValidationException Constructor
Visual Studio 2008
Initializes a new instance of the LinqDataSourceValidationException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
LinqDataSourceValidationException() | Initializes a new instance of the LinqDataSourceValidationException class with a system-supplied message that describes the error. |
|
LinqDataSourceValidationException(String) | Initializes a new instance of the LinqDataSourceValidationException class with a specified message that describes the error. |
|
LinqDataSourceValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the LinqDataSourceValidationException class with serialized data. |
|
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. |
|
LinqDataSourceValidationException(String, Exception) | Initializes a new instance of the LinqDataSourceValidationException class with a specified error message and a reference to the inner exception. |
Show: