CMOpenProfileException Constructor (String)

Initializes a new instance of the CMOpenProfileException class with a name of the profile which causes a error.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public CMOpenProfileException(
	string profileName
)

Parameters

profileName

Type: System.String

The name of the profile which causes the error.

See Also

Reference