Boo.Lang.Compiler.TypeSystem.TypeSystemServices.GetStringExceptionConstructor C# (CSharp) 메소드

GetStringExceptionConstructor() 공개 메소드

public GetStringExceptionConstructor ( ) : IConstructor
리턴 IConstructor
        public virtual IConstructor GetStringExceptionConstructor()
        {
            return Map(typeof(Exception).GetConstructor(new[] {typeof(string)}));
        }
TypeSystemServices