System.Web.Compilation.AspGenerator.CodeRenderParser.ParseError C# (CSharp) Méthode

ParseError() private méthode

private ParseError ( ILocation location, string message ) : void
location ILocation
message string
Résultat void
			void ParseError (ILocation location, string message)
			{
				throw new ParseException (location, message);
			}
		}