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

DNG 异常类

构造函数

构造函数描述
DngException(String message)初始化 DngException 类的新实例。
DngException(String message, System.Exception innerException)初始化 DngException 类的新实例。

DngException(String message)

public DngException(String message)

初始化 DngException 类的新实例。

Parameters:

参数类型描述
messagejava.lang.String描述错误的消息。

DngException(String message, System.Exception innerException)

public DngException(String message, System.Exception innerException)

初始化 DngException 类的新实例。

Parameters:

参数类型描述
messagejava.lang.String解释异常原因的错误消息。
innerExceptioncom.aspose.ms.System.Exception导致当前异常的异常,如果未指定内部异常,则为空引用(Visual Basic 中的 Nothing)。