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

ControlNotFoundException Constructor (String)

Initializes a new instance of the ControlNotFoundException class with a specified error message.

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

Syntax

Visual Basic
Public Sub New ( _
	message As String _
)
C#
public ControlNotFoundException(
	string message
)

Parameters

message

Type: System.String

The error message that explains the reason for the exception.

See Also

Reference