C# Class Bike.Interpreter.Builtin.ClrError

Inheritance: System.Error
Exibir arquivo 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

ClrError() public method

public ClrError ( Exception inner ) : System
inner System.Exception
return System

ClrError() public method

public ClrError ( string msg ) : System
msg string
return System