Class AsposeArgumentNullException
Contents
[
Hide
]AsposeArgumentNullException class
The ArgumentException is thrown when an argument is null when it shouldn’t be.
public class AsposeArgumentNullException : AsposeArgumentException
Constructors
| Name | Description |
|---|---|
| AsposeArgumentNullException() | Initializes a new instance of the AsposeArgumentNullException class. |
| AsposeArgumentNullException(Exception) | Initializes a new instance of the AsposeArgumentNullException class with a reference to the inner exception that is the cause of this exception. |
| AsposeArgumentNullException(string) | Initializes a new instance of the AsposeArgumentNullException class with a specified error message. |
| AsposeArgumentNullException(string, Exception) | Initializes a new instance of the AsposeException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| AsposeArgumentNullException(string, params object[]) | Initializes a new instance of the AsposeArgumentOutOfRangeException class with a specified error message. |
| AsposeArgumentNullException(string, string) | Initializes a new instance of the AsposeArgumentOutOfRangeException 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
- class AsposeArgumentException
- namespace Aspose.Email
- assembly Aspose.Email