IfcImageException.IfcImageException

IfcImageException(string)

Initializes a new instance of the IfcImageException class.

public IfcImageException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


IfcImageException(string, Exception)

Initializes a new instance of the IfcImageException class.

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

See Also