Class AsposeInvalidOperationException
Contents
[
Hide
]AsposeInvalidOperationException class
Exception class for denoting an object was in a state that made calling a method illegal.
public class AsposeInvalidOperationException : AsposeException
Constructors
| Name | Description |
|---|---|
| AsposeInvalidOperationException() | Initializes a new instance of the AsposeInvalidOperationException class. |
| AsposeInvalidOperationException(string) | Initializes a new instance of the AsposeInvalidOperationException class with a specified error message. |
| AsposeInvalidOperationException(string, Exception) | Initializes a new instance of the AsposeInvalidOperationException class with a specified error message. |
| AsposeInvalidOperationException(string, params object[]) | Initializes a new instance of the AsposeInvalidOperationException class with a specified error message. |
| AsposeInvalidOperationException(string, string) |
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
- class AsposeException
- namespace Aspose.Email
- assembly Aspose.Email