M-Files Vault Application Framework
C#
Show/Hide TOC
Exception
Extension
Methods
Flatten
Messages
And
Stacks Method
Definition
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
static
string
FlattenMessagesAndStacks
(
this
Exception
ex
)
Parameters
ex
Exception
Return Value
String
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
Reference
ExceptionExtensionMethods Class
MFiles.VAF.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also