C# Class ApprovalUtilities.Utilities.ExceptionUtilities

Afficher le fichier Open project: approvals/ApprovalTests.Net Class Usage Examples

Méthodes publiques

Méthode Description
FormatAsError ( ) : string
FormatError ( this except ) : string
FormatExeption ( Exception exception ) : string
GetException ( System.Action action ) : Exception
GetExceptionLines ( Exception except ) : string[]

Method Details

FormatAsError() public static méthode

public static FormatAsError ( ) : string
Résultat string

FormatError() public static méthode

public static FormatError ( this except ) : string
except this
Résultat string

FormatExeption() public static méthode

public static FormatExeption ( Exception exception ) : string
exception System.Exception
Résultat string

GetException() public static méthode

public static GetException ( System.Action action ) : Exception
action System.Action
Résultat System.Exception

GetExceptionLines() public static méthode

public static GetExceptionLines ( Exception except ) : string[]
except System.Exception
Résultat string[]