C# 클래스 Mono.CSharp.InternalErrorException

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

공개 메소드들

메소드 설명
InternalErrorException ( ) : System
InternalErrorException ( Exception e, Mono.CSharp.Location loc ) : System
InternalErrorException ( Exception exception, string message ) : System
InternalErrorException ( MemberCore mc, Exception e ) : System
InternalErrorException ( string message ) : System

메소드 상세

InternalErrorException() 공개 메소드

public InternalErrorException ( ) : System
리턴 System

InternalErrorException() 공개 메소드

public InternalErrorException ( Exception e, Mono.CSharp.Location loc ) : System
e System.Exception
loc Mono.CSharp.Location
리턴 System

InternalErrorException() 공개 메소드

public InternalErrorException ( Exception exception, string message ) : System
exception System.Exception
message string
리턴 System

InternalErrorException() 공개 메소드

public InternalErrorException ( MemberCore mc, Exception e ) : System
mc MemberCore
e System.Exception
리턴 System

InternalErrorException() 공개 메소드

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