C# Class Bike.Interpreter.Builtin.ClrError

Inheritance: System.Error
Afficher le fichier Open project: buunguyen/bike

Méthodes publiques

Méthode Description
ClrError ( Exception inner ) : System
ClrError ( string msg ) : System

Private Methods

Méthode Description
Unwrap ( Exception ex ) : Exception

Method Details

ClrError() public méthode

public ClrError ( Exception inner ) : System
inner System.Exception
Résultat System

ClrError() public méthode

public ClrError ( string msg ) : System
msg string
Résultat System