Table of Contents

Interface IException

Namespace
NMF.Interop.Legacy.Cmof
Assembly
NMF.UMLInterop.dll

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

string

ElementInError

The elementInError property

[XmlElementName("elementInError")]
[XmlAttribute(true)]
IElement ElementInError { get; set; }

Property Value

IElement

ObjectInError

The objectInError property

[XmlElementName("objectInError")]
[XmlAttribute(true)]
IElement ObjectInError { get; set; }

Property Value

IElement