Click or drag to resize
Direct3D9Exception Constructor (String, Exception)
Initializes a new instance of the Direct3D9Exception class

Namespace: OIV.Inventor.Wpf
Assembly: OIV.InventorToWpf (in OIV.InventorToWpf.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public Direct3D9Exception(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also