C# 클래스 Mono.Debugger.InternalError

상속: System.Exception
파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

메소드 설명
InternalError ( ) : System
InternalError ( Exception inner, string message ) : System
InternalError ( string message ) : System

메소드 상세

InternalError() 공개 메소드

public InternalError ( ) : System
리턴 System

InternalError() 공개 메소드

public InternalError ( Exception inner, string message ) : System
inner System.Exception
message string
리턴 System

InternalError() 공개 메소드

public InternalError ( string message ) : System
message string
리턴 System