-
-
Notifications
You must be signed in to change notification settings - Fork 0
easyextensions ExceptionExtensions
BigMakCode edited this page Aug 5, 2024
·
1 revision
Exception extensions.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions
EasyExtensions.ExceptionExtensions[[ExceptionExtensions]]
end
| Returns | Name |
|---|---|
string |
ToStringWithInner(Exception exception)Create string with error message from all inner exceptions if exists. |
Exception extensions.
public static string ToStringWithInner(Exception exception)| Type | Name | Description |
|---|---|---|
Exception |
exception |
Create string with error message from all inner exceptions if exists.
Error message.
Generated with ModularDoc