GroupDocsRedactionException

GroupDocsRedactionException(string)

初始化 GroupDocsRedactionException 类的新实例。

public GroupDocsRedactionException(string message)
范围 类型 描述
message String 消息,描述异常上下文

也可以看看


GroupDocsRedactionException(string, Exception)

使用指定的错误消息和对导致此异常的内部异常的引用初始化 GroupDocsRedactionException 类的新实例。

public GroupDocsRedactionException(string message, Exception innerException)
范围 类型 描述
message String 消息,描述异常上下文
innerException Exception 内部异常

也可以看看