Class AsposeException

AsposeException class

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

public class AsposeException : Exception

Constructors

NameDescription
AsposeException()Initializes a new instance of the AsposeException class.
AsposeException(Exception)
AsposeException(string)Initializes a new instance of the AsposeException class with a specified error message.
AsposeException(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.
AsposeException(string, params object[])Initializes a new instance of the AsposeException class with a specified error message.
AsposeException(string, string)

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