ImapException

ImapException()

初始化ImapException类.

public ImapException()

也可以看看


ImapException(string)

初始化ImapException类.

public ImapException(string message)
范围类型描述
messageString描述发生的错误的字符串。

也可以看看


ImapException(string, params object[])

初始化ImapException具有指定错误消息的类。

public ImapException(string format, params object[] parameters)
范围类型描述
formatString消息格式
parametersObject[]格式参数

也可以看看


ImapException(string, Exception)

初始化ImapException类.

public ImapException(string message, Exception innerException)
范围类型描述
messageString描述发生的错误的字符串。
innerExceptionException导致当前异常的异常。

也可以看看