TextException Constructor (String)

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

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

Syntax

C#
public TextException(
	string message
)

Parameters

message

Type: System.String

The error message that explains the reason for the exception.

See Also

Reference