Class AsposeArgumentOutOfRangeException
Contents
[
Hide
]AsposeArgumentOutOfRangeException class
The exception that is thrown when one of the arguments provided to a method is out of range.
public class AsposeArgumentOutOfRangeException : AsposeException
Constructors
Name | Description |
---|---|
AsposeArgumentOutOfRangeException() | Initializes a new instance of the AsposeArgumentOutOfRangeException class. |
AsposeArgumentOutOfRangeException(Exception) | Initializes a new instance of the AsposeArgumentOutOfRangeException class with a reference to the inner exception that is the cause of this exception. |
AsposeArgumentOutOfRangeException(string) | Initializes a new instance of the AsposeArgumentOutOfRangeException class with a specified error message. |
AsposeArgumentOutOfRangeException(string, Exception) | Initializes a new instance of the AsposeArgumentOutOfRangeException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
AsposeArgumentOutOfRangeException(string, int) | |
AsposeArgumentOutOfRangeException(string, params object[]) | Initializes a new instance of the AsposeArgumentOutOfRangeException class with a specified error message. |
AsposeArgumentOutOfRangeException(string, string) |
Properties
Name | Description |
---|---|
ErrorDetails { get; } | Gets extra information aboout error |
override Message { get; } | Gets a message that describes the current exception. |
virtual ParamName { get; } | Parameter name |
Methods
Name | Description |
---|---|
override ToString() | Returns a string that represents the current object. |
See Also
- class AsposeException
- namespace Aspose.Email
- assembly Aspose.Email