Search Results for

    Show / Hide Table of Contents

    Class NestedExceptionMessageProcessor

    Helper class to process exception messages for exceptions that may contain one or more nested inner exceptions

    Inheritance
    System.Object
    NestedExceptionMessageProcessor
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI.Exceptions
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public static class NestedExceptionMessageProcessor

    Methods

    | Improve this Doc View Source

    GetFullMessage(Exception)

    Returns a formatted string containing the main exception message and all messages within the System.Exception.InnerException properties

    Declaration
    public static string GetFullMessage(Exception error)
    Parameters
    Type Name Description
    System.Exception error

    The error.

    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng