Search Results for

    Show / Hide Table of Contents

    Class ExceptionExtensions

    Inheritance
    System.Object
    ExceptionExtensions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Common.Exceptions
    Assembly: Xbim.Common.dll
    Syntax
    public static class ExceptionExtensions

    Methods

    | Improve this Doc View Source

    ErrorStack(Exception, String)

    Returns a list of indented strings for each error in the exception

    Declaration
    public static string ErrorStack(this Exception e, string baseError)
    Parameters
    Type Name Description
    System.Exception e
    System.String baseError
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim