LogItem.message Property¶
Module: LogItem
Type: string
Definition¶
The log message.
String get message => getMessage();
Exceptions
An error has occurred during Bioseal Library execution.
public string message
{
get => Getmessage();
}
Exceptions
An error has occurred during Bioseal Library execution.
public String getMessage() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var message: String
get {
return try! getMessage()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealLogItem_GetMessage (ID3_BIOSEAL_LOG_ITEM hLogItem, char * message, int * messageSize)
Returns