Class PsdImageResourceException

PsdImageResourceException class

The psd image resource exception.

public class PsdImageResourceException : PsdImageException

Constructors

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

Properties

NameDescription
Resource { get; }Gets the psd resource which caused this exception.

See Also