Show / Hide Table of Contents

Class ExceptionsRepository

Implements the IExceptionsRepository interface.

Inheritance
object
ExceptionsRepository
Implements
IExceptionsRepository
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.ExceptionHandling
Assembly: Sartorius.SAF.dll
Syntax
[Export(typeof(IExceptionsRepository))]
public class ExceptionsRepository : IExceptionsRepository

Methods

View Source

Delete(string)

A repository for managing exceptions data.

Declaration
public void Delete(string fullFileName)
Parameters
Type Name Description
string fullFileName
View Source

HasAnyErrors()

A repository for managing exceptions data.

Declaration
public bool HasAnyErrors()
Returns
Type Description
bool
View Source

ReadAllAsync()

A repository for managing exceptions data.

Declaration
public Task<IEnumerable<ExceptionEntity>> ReadAllAsync()
Returns
Type Description
Task<IEnumerable<ExceptionEntity>>
View Source

SaveAsync(Exception)

A repository for managing exceptions data.

Declaration
public Task SaveAsync(Exception ex)
Parameters
Type Name Description
Exception ex
Returns
Type Description
Task

Implements

IExceptionsRepository

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX