IISContextObject.traceWarn(String, String) 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.
public:
virtual void traceWarn(System::String ^ _category, System::String ^ _message);
public virtual void traceWarn (string _category, string _message);
abstract member traceWarn : string * string -> unit
override this.traceWarn : string * string -> unit
Public Overridable Sub traceWarn (_category As String, _message As String)
Parameters
- _category
- String
- _message
- String