Skip to content

easyextensions ExceptionExtensions

BigMakCode edited this page Aug 5, 2024 · 1 revision

ExceptionExtensions Public class

Description

Exception extensions.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph EasyExtensions
  EasyExtensions.ExceptionExtensions[[ExceptionExtensions]]
  end
Loading

Members

Methods

Public Static methods

Returns Name
string ToStringWithInner(Exception exception)
Create string with error message from all inner exceptions if exists.

Details

Summary

Exception extensions.

Methods

ToStringWithInner

public static string ToStringWithInner(Exception exception)
Arguments
Type Name Description
Exception exception
Summary

Create string with error message from all inner exceptions if exists.

Returns

Error message.

Generated with ModularDoc

Clone this wiki locally