SehException Constructor (String)

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

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

Syntax

C#
public SehException(
	string message
)

Parameters

message

Type: System.String

The message that describes the error.

See Also

Reference