Bike.Interpreter.Builtin.ClrError.ClrError C# (CSharp) 메소드

ClrError() 공개 메소드

public ClrError ( Exception inner ) : System
inner System.Exception
리턴 System
        public ClrError(Exception inner)
            : base(Unwrap(inner).Message, ResolvePrototype("ClrError"), Unwrap(inner))
        {
            Type = new BikeString(Unwrap(inner).GetType().FullName);
        }

Same methods

ClrError::ClrError ( string msg ) : System