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:
| 参数 | 类型 | 描述 |
|---|---|---|
| message | java.lang.String | 描述错误的消息。 |
DngException(String message, System.Exception innerException)
public DngException(String message, System.Exception innerException)
初始化 DngException 类的新实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| message | java.lang.String | 解释异常原因的错误消息。 |
| innerException | com.aspose.ms.System.Exception | 导致当前异常的异常,如果未指定内部异常,则为空引用(Visual Basic 中的 Nothing)。 |