AnnotatorException
AnnotatorException(string)
初始化一个新的实例AnnotatorException类.
public AnnotatorException(string message)
| 范围 | 类型 | 描述 |
|---|---|---|
| message | String | 描述错误的消息。 |
也可以看看
AnnotatorException(string, Exception)
初始化一个新的实例AnnotatorException类.
public AnnotatorException(string message, Exception innerException)
| 范围 | 类型 | 描述 |
|---|---|---|
| message | String | 解释异常原因的错误消息。 |
| innerException | Exception | 导致当前异常的异常,如果未指定内部异常,则为空引用(在 Visual Basic 中为 Nothing)。 |