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; }
Public Property Error As Exception
Get
Set
public:
property Exception^ Error {
Exception^ get ();
void set (Exception^ value);
}
member Error : Exception with get, set
Property Value
Type:
ExceptionThe error.
See Also