Table of Contents

Interface IRaiseExceptionAction

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

The public interface for RaiseExceptionAction

[DefaultImplementationType(typeof(RaiseExceptionAction))]
[XmlDefaultImplementationType(typeof(RaiseExceptionAction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//RaiseExceptionAction")]
public interface IRaiseExceptionAction : IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Exception

An InputPin whose value becomes the exception object. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("exception")]
[XmlAttribute(false)]
[Containment]
IInputPin Exception { get; set; }

Property Value

IInputPin