IgesImageException.IgesImageException

IgesImageException(string)

Initializes a new instance of the IgesImageException class.

public IgesImageException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


IgesImageException(string, Exception)

Initializes a new instance of the IgesImageException class.

public IgesImageException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.

See Also