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 SourceErrorStack(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 |