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