SmtpFailedRecipientsException

SmtpFailedRecipientsException()

初始化SmtpFailedRecipientsException class

public SmtpFailedRecipientsException()

也可以看看


SmtpFailedRecipientsException(string)

初始化SmtpFailedRecipientsException class

public SmtpFailedRecipientsException(string message)
范围类型描述
messageString错误信息

也可以看看


SmtpFailedRecipientsException(string, Exception)

初始化SmtpFailedRecipientsException class

public SmtpFailedRecipientsException(string message, Exception innerException)
范围类型描述
messageString错误信息
innerExceptionException作为当前异常原因的异常,如果没有指定内部异常,则为空引用(在 Visual Basic 中为 Nothing)。

也可以看看


SmtpFailedRecipientsException(string, SmtpFailedRecipientException[])

初始化SmtpFailedRecipientsException class

public SmtpFailedRecipientsException(string message, SmtpFailedRecipientException[] innerExceptions)
范围类型描述
messageString错误信息
innerExceptionsSmtpFailedRecipientException[]导致当前异常的异常列表。

也可以看看