Show / Hide Table of Contents

Class ErrorHandling

Inheritance
System.Object
ErrorHandling
Namespace: LymeTemplateApi.Models.AppConfig
Assembly: LymeTemplateApi.Models.dll
Syntax
public class ErrorHandling : object

Properties

EmailErrorLogs

Declaration
public bool EmailErrorLogs { get; set; }
Property Value
Type Description
System.Boolean

EmailFromAddress

Declaration
public string EmailFromAddress { get; set; }
Property Value
Type Description
System.String

EmailRecipients

Declaration
public string EmailRecipients { get; set; }
Property Value
Type Description
System.String

EmailSubject

Declaration
public string EmailSubject { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX