Class ExceptionUtil
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Fundamentals.dll
The purposes of these methods is based on the fact that any method that throws an exception is not a candidate for inlining. Instead, you can call a method in this class which may then allow the calling method to be inlined.
public static class ExceptionUtil
- Inheritance
-
ExceptionUtil
- Inherited Members
Methods
- IsCriticalException(Exception)
Returns true if the exception is a critical exception that should not be handled or suppressed.