IASSPClientProxy.TraceVerbose(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 a verbose message to the ULS log.
[System.Runtime.InteropServices.ComVisible(false)]
public void TraceVerbose (string message, params object[] args);
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member TraceVerbose : string * obj[] -> unit
Public Sub TraceVerbose (message As String, ParamArray args As Object())
Parameters
- message
- String
The parameterized message.
- args
- Object[]
Parameters for the message.
- Attributes