North State Framework in C#  V3.0.0
An object-oriented framework for implementing UML state machines.
Public Member Functions | Properties | List of all members
NSFExceptionContext Class Reference

Represents contextual information for exception actions. More...

Inheritance diagram for NSFExceptionContext:
NSFContext

Public Member Functions

 NSFExceptionContext (object source, Exception exception)
 Creates an exception context. More...
 
- Public Member Functions inherited from NSFContext
 NSFContext (object source)
 Creates a general purpose action or guard context. More...
 

Properties

Exception Exception [get, set]
 Gets or sets the exception. More...
 
- Properties inherited from NSFContext
object Source [get, set]
 Gets or sets the source of invocation. More...
 

Detailed Description

Represents contextual information for exception actions.

Constructor & Destructor Documentation

NSFExceptionContext ( object  source,
Exception  exception 
)

Creates an exception context.

Parameters
sourceThe source of invocation.
exceptionThe exception that occurred.

Property Documentation

Exception Exception
getset

Gets or sets the exception.




Copyright 2004-2014, North State Software, LLC. All rights reserved.