This documentation is for the old version. Go to the latest Graphics Mill docs

CMInappropriateProfileException Constructor (String)

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

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

Syntax

Visual Basic
Public Sub New ( _
	profileName As String _
)
C#
public CMInappropriateProfileException(
	string profileName
)

Parameters

profileName

Type: System.String

The name of the profile which causes the error.

See Also

Reference