Class Pop3Exception
Pop3Exception class
Represents the exception that is thrown when the Pop3Client is not able to complete an operation.
public class Pop3Exception : AsposeException
Constructors
| Name | Description |
|---|
| Pop3Exception() | Initializes a new instance of the Pop3Exception class. |
| Pop3Exception(string) | Initializes a new instance of the Pop3Exception class. |
| Pop3Exception(string, Exception) | Initializes a new instance of the Pop3Exception class. |
| Pop3Exception(string, params object[]) | Initializes a new instance of the Pop3Exception class with a specified error message. |
Properties
| Name | Description |
|---|
| ErrorDetails { get; } | Gets extra information aboout error |
| override Message { get; } | Gets a message that describes the current exception. |
Methods
| Name | Description |
|---|
| override ToString() | Returns a string that represents the current object. |
See Also