| XamlParseException Class |
Namespace: System.Windows.Markup
public class XamlParseException : SystemException
The XamlParseException type exposes the following members.
| Name | Description | |
|---|---|---|
| XamlParseException |
Initializes a new instance of the System.Windows.Markup.XamlParseException
class.
| |
| XamlParseException(String) |
Initializes a new instance of the System.Windows.Markup.XamlParseException
class, using the specified exception message string.
| |
| XamlParseException(String, Exception) |
Initializes a new instance of the System.Windows.Markup.XamlParseException
class, using the specified exception message string and inner exception.
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| 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 | Creates and returns a string representation of the current exception. (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
| 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.) | |
| StackTrace | Gets a string representation of the immediate frames on the call stack. (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
| SerializeObjectState | Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Inherited from Exception.) |