Show / Hide Table of Contents

Class ExceptionNotificationContact

That is represent the list of contact to notify for exceptions

Inheritance
System.Object
ExceptionNotificationContact
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class ExceptionNotificationContact

Properties

NotificationMode

Notification mode to know if it's SMS or email

Declaration
public ExceptionMonitoringContactFlags NotificationMode { get; set; }
Property Value
Type Description
ExceptionMonitoringContactFlags

Recipient

Email and CEll phone

Declaration
public Recipient Recipient { get; set; }
Property Value
Type Description
Recipient

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX