Boo.Lang.Compiler.TypeSystem.TypeSystemServices.GetStringExceptionConstructor C# (CSharp) Method

GetStringExceptionConstructor() public method

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