Table of Contents

Class ExceptionExtensions

Namespace
Tripous
Assembly
Tripous.dll

Extension helper

public static class ExceptionExtensions
Inheritance
ExceptionExtensions
Inherited Members

Methods

GetErrorText(Exception)

Returns a string containing all exception information, including the inner exceptions

public static string GetErrorText(this Exception Ex)

Parameters

Ex Exception

Returns

string

GetErrorTextFull(Exception)

Returns a string containing all exception information, including the Data dictionary and the inner exceptions

public static string GetErrorTextFull(this Exception Ex)

Parameters

Ex Exception

Returns

string