Pop3Exception.Pop3Exception

Pop3Exception()

Initializes a new instance of the Pop3Exception class.

public Pop3Exception()

See Also


Pop3Exception(string)

Initializes a new instance of the Pop3Exception class.

public Pop3Exception(string message)
ParameterTypeDescription
messageStringThe error message.

See Also


Pop3Exception(string, params object[])

Initializes a new instance of the Pop3Exception class with a specified error message.

public Pop3Exception(string format, params object[] parameters)
ParameterTypeDescription
formatStringMessage format
parametersObject[]Format parameters

See Also


Pop3Exception(string, Exception)

Initializes a new instance of the Pop3Exception class.

public Pop3Exception(string message, Exception innerException)
ParameterTypeDescription
messageStringThe error message.
innerExceptionExceptionThe inner exception.

See Also