Boo.Lang.Compiler.CompilerErrorFactory.InvalidExceptArgument C# (CSharp) Метод

InvalidExceptArgument() публичный статический Метод

public static InvalidExceptArgument ( Node node, IType exceptionType ) : CompilerError
node Node
exceptionType IType
Результат CompilerError
        public static CompilerError InvalidExceptArgument(Node node, IType exceptionType)
        {
            return Instantiate("BCE0145", node, exceptionType, LanguageAmbiance.ExceptKeyword);
        }
CompilerErrorFactory