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

InvalidRaiseArgument() public static méthode

public static InvalidRaiseArgument ( Node node, IType typeName ) : CompilerError
node Node
typeName IType
Résultat CompilerError
        public static CompilerError InvalidRaiseArgument(Node node, IType typeName)
        {
            return Instantiate("BCE0092", node, typeName, LanguageAmbiance.RaiseKeyword);
        }
CompilerErrorFactory