Class AsposeNotSupportedException
Contents
[
Hide
]AsposeNotSupportedException class
The exception that is thrown when an invoked method or parameter is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
public class AsposeNotSupportedException : AsposeException
Constructors
Name | Description |
---|---|
AsposeNotSupportedException() | Initializes a new instance of the AsposeNotSupportedException class. |
AsposeNotSupportedException(Exception) | |
AsposeNotSupportedException(string) | Initializes a new instance of the AsposeNotSupportedException class with a specified error message. |
AsposeNotSupportedException(string, Exception) | Initializes a new instance of the AsposeNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
AsposeNotSupportedException(string, params object[]) | Initializes a new instance of the AsposeArgumentOutOfRangeException class with a specified error message. |
AsposeNotSupportedException(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