public HeifContext(
string path
)Public Sub New (
path As String
)public:
HeifContext(
String^ path
)new :
path : string -> HeifContext| ArgumentNullException | path is null. |
| ArgumentException | path is empty, contains only whitespace or contains invalid characters. |
| FileNotFoundException | The file specified by path does not exist. |
| HeifException | Unable to create the native HeifContext. -or- The LibHeif version is not supported. -or- A LibHeif error occurred. |
| IOException | An I/O error occurred. |
| SecurityException | The caller does not have the required permission. |
| UnauthorizedAccessException | The access requested is not permitted by the operating system for the specified path. |