SendGrid.Net.Mail.MailAddress.CreateFormatException C# (CSharp) Method

CreateFormatException() private method

private CreateFormatException ( ) : Exception
return System.Exception
        private Exception CreateFormatException()
        {
            throw new FormatException("The email address is not in the proper format.");
        }