Class AsposeInvalidEnumArgumentException

AsposeInvalidEnumArgumentException class

Base exceptioon type for Aspose.Email Represents errors that occur during application execution.

public class AsposeInvalidEnumArgumentException : AsposeException

Constructors

NameDescription
AsposeInvalidEnumArgumentException()Initializes a new instance of the AsposeInvalidEnumArgumentException class.
AsposeInvalidEnumArgumentException(Exception)Initializes a new instance of the AsposeInvalidEnumArgumentException class with a reference to the inner exception that is the cause of this exception.
AsposeInvalidEnumArgumentException(string)Initializes a new instance of the AsposeInvalidEnumArgumentException class with a specified error message.
AsposeInvalidEnumArgumentException(string, Exception)Initializes a new instance of the AsposeInvalidEnumArgumentException class with a specified error message and a reference to the inner exception that is the cause of this exception.
AsposeInvalidEnumArgumentException(string, params object[])Initializes a new instance of the AsposeInvalidEnumArgumentException class with a specified error message.

Properties

NameDescription
ErrorDetails { get; }Gets extra information aboout error
override Message { get; }Gets a message that describes the current exception.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also