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
Afficher le fichier Open project: Drizin/CodegenCS

Méthodes publiques

Méthode Description
UnbalancedIfsException ( ) : System

Method Details

UnbalancedIfsException() public méthode

public UnbalancedIfsException ( ) : System
Résultat System