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

상속: System.Exception, IPythonException
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
ObjectException ( IronPython.Runtime.Types.PythonType type, object instance ) : System
ObjectException ( string msg ) : System
ObjectException ( string message, Exception innerException ) : System
ToPythonException ( ) : object

비공개 메소드들

메소드 설명
ObjectException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

ObjectException() 공개 메소드

public ObjectException ( IronPython.Runtime.Types.PythonType type, object instance ) : System
type IronPython.Runtime.Types.PythonType
instance object
리턴 System

ObjectException() 공개 메소드

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

ObjectException() 공개 메소드

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

ToPythonException() 공개 메소드

public ToPythonException ( ) : object
리턴 object