Pop3Exception
Contents
[
Hide
]
Pop3Exception constructor (1 of 4)
Initializes a new instance of the Pop3Exception
class.
public Pop3Exception()
See Also
- class Pop3Exception
- namespace Aspose.Email
- assembly Aspose.Email
Pop3Exception constructor (2 of 4)
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 constructor (3 of 4)
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 constructor (4 of 4)
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