C# 클래스 Python.Test.ExtendedException

상속: System.OverflowException
파일 보기 프로젝트 열기: fkarb/pythonnet

공개 프로퍼티들

프로퍼티 타입 설명
extra string

공개 메소드들

메소드 설명
ExtendedException ( ) : System
ExtendedException ( string m ) : System
GetExtraInfo ( ) : string

메소드 상세

ExtendedException() 공개 메소드

public ExtendedException ( ) : System
리턴 System

ExtendedException() 공개 메소드

public ExtendedException ( string m ) : System
m string
리턴 System

GetExtraInfo() 공개 메소드

public GetExtraInfo ( ) : string
리턴 string

프로퍼티 상세

extra 공개적으로 프로퍼티

public string extra
리턴 string