Mono.CSharp.ExceptionStatement.ExceptionStatement C# (CSharp) Method

ExceptionStatement() protected method

protected ExceptionStatement ( Statement stmt, Mono.CSharp.Location loc ) : System
stmt Statement
loc Mono.CSharp.Location
return System
		protected ExceptionStatement (Statement stmt, Location loc)
		{
			this.stmt = stmt;
			this.loc = loc;
		}