DngException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class DngException extends System.Exception

The DNG exception class

Constructors

ConstructorDescription
DngException(String message)Initializes a new instance of the DngException class.
DngException(String message, System.Exception innerException)Initializes a new instance of the DngException class.

DngException(String message)

public DngException(String message)

Initializes a new instance of the DngException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message that describes the error.

DngException(String message, System.Exception innerException)

public DngException(String message, System.Exception innerException)

Initializes a new instance of the DngException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe error message that explains the reason for the exception.
innerExceptioncom.aspose.ms.System.ExceptionThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.