Autodesk Vault ProfessionalVault API

Log(Exception,String) Method

Autodesk.Connectivity.JobProcessor.ExtensibilityIJobProcessorServices

Logs an exception.

Syntax

void Log(
   System.Exception ex,
   System.string msg
)
Overloads Sub Log( _
   ByVal ex As System.Exception, _
   ByVal msg As System.String _
) 

Parameters

NameDescription
exThe exception to log.
msgThe message Text.

See Also