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.");
        }