IgesImageException

IgesImageException(string)

初始化IgesImageException类的新实例。

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

也可以看看


IgesImageException(string, Exception)

初始化IgesImageException类的新实例。

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

也可以看看