CadException

CadException(string)

初始化CadException类的新实例。

public CadException(string message)
范围类型描述
消息String消息。

也可以看看


CadException(string, Exception)

初始化CadException类的新实例。

public CadException(string message, Exception innerException)
范围类型描述
messageString异常消息。
innerExceptionException内部异常。

也可以看看