IfcImageException

IfcImageException(string)

初始化IfcImageException类的新实例。

public IfcImageException(string message)
范围类型描述
messageString异常消息。

也可以看看


IfcImageException(string, Exception)

初始化IfcImageException类的新实例。

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

也可以看看