C# Class Mono.CSharp.InternalErrorException

Inheritance: System.Exception
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode 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 méthode

public InternalErrorException ( ) : System
Résultat System

InternalErrorException() public méthode

public InternalErrorException ( Exception e, Mono.CSharp.Location loc ) : System
e System.Exception
loc Mono.CSharp.Location
Résultat System

InternalErrorException() public méthode

public InternalErrorException ( Exception exception, string message ) : System
exception System.Exception
message string
Résultat System

InternalErrorException() public méthode

public InternalErrorException ( MemberCore mc, Exception e ) : System
mc MemberCore
e System.Exception
Résultat System

InternalErrorException() public méthode

public InternalErrorException ( string message ) : System
message string
Résultat System