Exception handling syntax: Difference between revisions

Content deleted Content added
m spelling + minor fixes using AWB
[[C programming language|C]]: added SEH, VEH links
Line 151:
}
 
Some [[operating system]]s also have similar features, for example [[Microsoft Windows]] has "structured[[Structured exceptionException handlingHandling]]" (SEH):
 
int filterExpression (EXCEPTION_POINTERS* ep) {
Line 167:
return 0;
}
 
{{seealso|Vector Exception Handling}} (VEH).
 
===[[Perl]]===