C# 클래스 IronPython.Runtime.Exceptions.SystemExitException

상속: System.Exception
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
GetExitCode ( object &otherCode ) : int
SystemExitException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

SystemExitException() 공개 메소드

public SystemExitException ( ) : System
리턴 System

SystemExitException() 공개 메소드

public SystemExitException ( string msg ) : System
msg string
리턴 System

SystemExitException() 공개 메소드

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