C# Class CodegenCS.ControlFlow.UnbalancedIfsException

When there is an unbalanced number of IF/ELSE/ENDIF. Each IF should have a matching ENDIF, and may have an optional ELSE.
Inheritance: Exception
Show file Open project: Drizin/CodegenCS

Public Methods

Method Description
UnbalancedIfsException ( ) : System

Method Details

UnbalancedIfsException() public method

public UnbalancedIfsException ( ) : System
return System