C# Class ExoModel.ModelEventScope.ScopeException

Represents an exception that occurs while prematurely exiting a model event scope due to an exception that occurred within the scope of work.
Inheritance: System.Exception
Mostrar archivo Open project: vc3/ExoModel

Public Methods

Method Description
ScopeException ( Exception exit, Exception original ) : System

Method Details

ScopeException() public method

public ScopeException ( Exception exit, Exception original ) : System
exit System.Exception
original System.Exception
return System