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