Boo.Lang.Compiler.CompilerErrorFactory.InvalidExceptArgument C# (CSharp) Méthode

InvalidExceptArgument() public static méthode

public static InvalidExceptArgument ( Node node, IType exceptionType ) : CompilerError
node Node
exceptionType IType
Résultat CompilerError
        public static CompilerError InvalidExceptArgument(Node node, IType exceptionType)
        {
            return Instantiate("BCE0145", node, exceptionType, LanguageAmbiance.ExceptKeyword);
        }
CompilerErrorFactory