Initializes a new instance of ImageException.

Namespace: FiftyOne.Framework.Image
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public ImageException(
	string message,
	Exception innerException
)
Visual Basic
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Visual C++
public:
ImageException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::..String
The human readable message explaining the exception.
innerException
Type: System..::..Exception
The exception that caused the new one.

See Also