Class PsdImageResourceException
PsdImageResourceException class
The psd image resource exception.
public class PsdImageResourceException : PsdImageException
Constructors
| Name | Description |
|---|
| PsdImageResourceException(string, ResourceBlock) | Initializes a new instance of the PsdImageResourceException class. |
| PsdImageResourceException(string, ResourceBlock, Exception) | Initializes a new instance of the PsdImageResourceException class. |
Properties
| Name | Description |
|---|
| Resource { get; } | Gets the psd resource which caused this exception. |
See Also