C# 클래스 ExoModel.ModelException

Wrap exceptions in this type to control the information displayed in the UI when a more abstracted or informative message is desired. See ServiceHandler.ProcessRequest for implications
상속: System.ApplicationException
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

메소드 설명
ModelException ( string message, Exception innerException ) : System

메소드 상세

ModelException() 공개 메소드

public ModelException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System