C# 클래스 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.
상속: System.Exception
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

메소드 설명
ScopeException ( Exception exit, Exception original ) : System

메소드 상세

ScopeException() 공개 메소드

public ScopeException ( Exception exit, Exception original ) : System
exit System.Exception
original System.Exception
리턴 System