Table of Contents

Class ExceptionsSu

Namespace
SunamoShared
Assembly
SunamoShared.dll

Utility for parsing exception output lines.

public class ExceptionsSu
Inheritance
ExceptionsSu
Inherited Members
Extension Methods

Methods

ParseExceptions(List<string>, params string[])

Filters and trims exception lines from a list of log lines.

public static List<string> ParseExceptions(List<string> lines, params string[] trimIfStartWith)

Parameters

lines List<string>

The log lines to filter.

trimIfStartWith string[]

Prefixes to trim from matching lines.

Returns

List<string>