IWorkbookSession.TraceError(String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Write an error to the ULS log.
[System.Runtime.InteropServices.ComVisible(false)]
public void TraceError (string message, params object[] args);
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member TraceError : string * obj[] -> unit
Public Sub TraceError (message As String, ParamArray args As Object())
Parameters
- message
- String
The parameterized error message.
- args
- Object[]
Parameters for the error message.
- Attributes