C# Class Mono.CSharp.InternalErrorException

Inheritance: System.Exception
Show file Open project: kumpera/mono

Public Methods

Method Description
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

Method Details

InternalErrorException() public method

public InternalErrorException ( ) : System
return System

InternalErrorException() public method

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

InternalErrorException() public method

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

InternalErrorException() public method

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

InternalErrorException() public method

public InternalErrorException ( string message ) : System
message string
return System