FrameworkException Constructor (String)
Initializes a new instance of the FrameworkException class.

Namespace: Aspose.PSD.CoreExceptions
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public FrameworkException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also