Class AsposeInvalidDataException
AsposeInvalidDataException class
The exception that is thrown when one of the arguments provided to a method is not valid.
public class AsposeInvalidDataException : AsposeException
Constructors
Name | Description |
---|
AsposeInvalidDataException() | Initializes a new instance of the AsposeInvalidDataException class. |
AsposeInvalidDataException(Exception) | Initializes a new instance of the AsposeInvalidDataException class with a reference to the inner exception that is the cause of this exception. |
AsposeInvalidDataException(string) | Initializes a new instance of the AsposeInvalidDataException class with a specified error message. |
AsposeInvalidDataException(string, Exception) | Initializes a new instance of the AsposeInvalidDataException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
AsposeInvalidDataException(string, params object[]) | Initializes a new instance of the AsposeInvalidDataException 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