C# Class Bike.Interpreter.Builtin.ClrError
Mostrar archivo
Open project: buunguyen/bike
Public Methods
Method |
Description |
|
ClrError ( Exception inner ) : System |
|
|
ClrError ( string msg ) : System |
|
|
Private Methods
Method |
Description |
|
Unwrap ( Exception ex ) : Exception |
|
|
Method Details
public ClrError ( Exception inner ) : System |
inner |
System.Exception |
|
return |
System |
|
public ClrError ( string msg ) : System |
msg |
string |
|
return |
System |
|