| FaultToolsGetAllMessages Method |
Union of all messages from inner exceptions.
Namespace:
SOS.SDK.Contracts.Faults
Assembly:
SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax public static string GetAllMessages(
this Exception exception
)
Parameters
- exception
- Type: SystemException
Source exception
Return Value
Type:
String[Missing <returns> documentation for "M:SOS.SDK.Contracts.Faults.FaultTools.GetAllMessages(System.Exception)"]
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