Class FrameworkException

FrameworkException class

The PSD framework exception. This class is a core class for all Aspose.PSD exceptions. Introduced to discriminate between the exceptions thrown by the Aspose.PSD engine and all other exception types.

public class FrameworkException : Exception

Constructors

NameDescription
FrameworkException(string)Initializes a new instance of the FrameworkException class.
FrameworkException(string, Exception)Initializes a new instance of the FrameworkException class.

See Also