HeifException(String) Constructor |
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic HeifException(
string message
)
Public Sub New (
message As String
)
public:
HeifException(
String^ message
)
new :
message : string -> HeifExceptionParameters
- message String
- The message that describes the error.
See Also