Pop3Exception.Pop3Exception
Contents
[
Hide
]Pop3Exception()
Initializes a new instance of the Pop3Exception class.
public Pop3Exception()
See Also
- class Pop3Exception
- namespace Aspose.Email
- assembly Aspose.Email
Pop3Exception(string)
Initializes a new instance of the Pop3Exception class.
public Pop3Exception(string message)
| Parameter | Type | Description |
|---|---|---|
| message | String | The error message. |
See Also
- class Pop3Exception
- namespace Aspose.Email
- assembly Aspose.Email
Pop3Exception(string, params object[])
Initializes a new instance of the Pop3Exception class with a specified error message.
public Pop3Exception(string format, params object[] parameters)
| Parameter | Type | Description |
|---|---|---|
| format | String | Message format |
| parameters | Object[] | Format parameters |
See Also
- class Pop3Exception
- namespace Aspose.Email
- assembly Aspose.Email
Pop3Exception(string, Exception)
Initializes a new instance of the Pop3Exception class.
public Pop3Exception(string message, Exception innerException)
| Parameter | Type | Description |
|---|---|---|
| message | String | The error message. |
| innerException | Exception | The inner exception. |
See Also
- class Pop3Exception
- namespace Aspose.Email
- assembly Aspose.Email