Click or drag to resize

EmailSentEventArgsError Property

Gets or sets the error. Null if there was no error.

Namespace:  Atomia.Billing.Core.Sdk.Utils.Email
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public Exception Error { get; set; }

Property Value

Type: Exception
The error.
See Also