Click or drag to resize

ExtensionMethodsAllExceptionMessages Method

Gets a printable string of all nested exception messages

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public static string AllExceptionMessages(
	this Exception exp
)

Parameters

exp
Type: SystemException
The exception to parse

Return Value

Type: String
Printable string of exception messages

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Exception. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also