Class AsposeArgumentNullException

AsposeArgumentNullException class

The ArgumentException is thrown when an argument is null when it shouldn’t be.

public class AsposeArgumentNullException : AsposeArgumentException

Constructors

NameDescription
AsposeArgumentNullException()Initializes a new instance of the AsposeArgumentNullException class.
AsposeArgumentNullException(Exception)Initializes a new instance of the AsposeArgumentNullException class with a reference to the inner exception that is the cause of this exception.
AsposeArgumentNullException(string)Initializes a new instance of the AsposeArgumentNullException class with a specified error message.
AsposeArgumentNullException(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.
AsposeArgumentNullException(string, params object[])Initializes a new instance of the AsposeArgumentOutOfRangeException class with a specified error message.
AsposeArgumentNullException(string, string)Initializes a new instance of the AsposeArgumentOutOfRangeException 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