Search Results for

    Show / Hide Table of Contents

    Class ExceptionUtil

    Provide utitilies about exception handling

    Inheritance
    object
    ExceptionUtil
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class ExceptionUtil

    Constructors

    ExceptionUtil()

    Declaration
    public ExceptionUtil()

    Methods

    IsCritical(Exception)

    Check if the provided exception is critical

    Declaration
    public static bool IsCritical(Exception ex)
    Parameters
    Type Name Description
    Exception ex
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX