HeifException(String) Constructor

Initializes a new instance of the HeifException class.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifException(
	string message
)

Parameters

message  String
The message that describes the error.

See Also