C# Class SimpleC.Excecution.InvalidOpCodeException

Inheritance: System.Exception
Afficher le fichier Open project: nrother/simple-c

Méthodes publiques

Méthode Description
InvalidOpCodeException ( ) : System
InvalidOpCodeException ( string message ) : System
InvalidOpCodeException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
InvalidOpCodeException ( System info, System context ) : System

Method Details

InvalidOpCodeException() public méthode

public InvalidOpCodeException ( ) : System
Résultat System

InvalidOpCodeException() protected méthode

protected InvalidOpCodeException ( System info, System context ) : System
info System
context System
Résultat System

InvalidOpCodeException() public méthode

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

InvalidOpCodeException() public méthode

public InvalidOpCodeException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System