ParseException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents errors that occur when a LinqDataSource control parses values to create a query.
public ref class ParseException : Exception
public class ParseException : Exception
type ParseException = class
inherit Exception
Public Class ParseException
Inherits Exception
- Inheritance
Remarks
The ParseException object contains information about exceptions that occur when the LinqDataSource control parses values in order to dynamically create a query.
If the Select property includes a property that is not in the data object, the LinqDataSource control raises a ParseException exception. The message indicates that the property does not exist in the data object.
You can assign the data object in the Selecting event by setting the Result property to an object that is returned from a query. If you select a property that does not exist in the data object, the LinqDataSource control raises a ParseException exception. The message indicates that the particular property does not exist in an AnonymousType
object.
Constructors
ParseException(String, Int32) |
Initializes a new instance of the ParseException class. |
Properties
Data |
Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Inherited from Exception) |
HelpLink |
Gets or sets a link to the help file associated with this exception. (Inherited from Exception) |
HResult |
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Inherited from Exception) |
InnerException |
Gets the Exception instance that caused the current exception. (Inherited from Exception) |
Message |
Gets a message that describes the current exception. (Inherited from Exception) |
Position |
Gets the location of the error. |
Source |
Gets or sets the name of the application or the object that causes the error. (Inherited from Exception) |
StackTrace |
Gets a string representation of the immediate frames on the call stack. (Inherited from Exception) |
TargetSite |
Gets the method that throws the current exception. (Inherited from Exception) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetBaseException() |
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Inherited from Exception) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
When overridden in a derived class, sets the SerializationInfo with information about the exception. (Inherited from Exception) |
GetType() |
Gets the runtime type of the current instance. (Inherited from Exception) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns the error message and the location of the error. |
Events
SerializeObjectState |
Obsolete.
Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Inherited from Exception) |