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

BitmapEmptyException Constructor (String)

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

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

Syntax

Visual Basic
Public Sub New ( _
	name As String _
)
C#
public BitmapEmptyException(
	string name
)

Parameters

name

Type: System.String

The error message that explains the reason for the exception.

See Also

Reference