Click or drag to resize

Metodo QsInventorUtilsRegistraErroreInLog (String, Boolean)

Registra il messaggio nel log globale e di applicazione. Opzionalmente visualizza un messaggio all'utente.

Namespace:  InvNetLib.FutureLibrary
Assembly:  InvNetLib (in InvNetLib.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi
C#
public static void RegistraErroreInLog(
	string msg,
	bool silent
)

Parametri

msg
Tipo: SystemString
Messaggio da registrare.
silent
Tipo: SystemBoolean
Se visualizzare o meno il messaggio all'utente.
Vedi anche