Boo.Lang.Compiler.TypeSystem.TypeSystemServices.GetStringExceptionConstructor C# (CSharp) Méthode

GetStringExceptionConstructor() public méthode

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