Interface IException
The public interface for Exception
[DefaultImplementationType(typeof(Exception))]
[XmlDefaultImplementationType(typeof(Exception))]
[ModelRepresentationClass("http://schema.omg.org/spec/MOF/2.0/cmof.xml#//Exception")]
public interface IException : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Description
The description property
[XmlElementName("description")]
[XmlAttribute(true)]
string Description { get; set; }
Property Value
ElementInError
The elementInError property
[XmlElementName("elementInError")]
[XmlAttribute(true)]
IElement ElementInError { get; set; }
Property Value
ObjectInError
The objectInError property
[XmlElementName("objectInError")]
[XmlAttribute(true)]
IElement ObjectInError { get; set; }