Pop3Exception

Pop3Exception()

初始化Pop3Exception类.

public Pop3Exception()

也可以看看


Pop3Exception(string)

初始化Pop3Exception类.

public Pop3Exception(string message)
范围类型描述
messageString错误消息。

也可以看看


Pop3Exception(string, params object[])

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

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

也可以看看


Pop3Exception(string, Exception)

初始化Pop3Exception类.

public Pop3Exception(string message, Exception innerException)
范围类型描述
messageString错误消息。
innerExceptionException内在异常。

也可以看看