SendGrid.Net.Mail.MailAddress.CreateFormatException C# (CSharp) Метод

CreateFormatException() приватный Метод

private CreateFormatException ( ) : Exception
Результат System.Exception
        private Exception CreateFormatException()
        {
            throw new FormatException("The email address is not in the proper format.");
        }