System.Web.Compilation.AspGenerator.CodeRenderParser.ParseError C# (CSharp) Method

ParseError() private method

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