- source
- The source of the message.
- message
- The message.
- custom
- Custom information associated with the message.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Warning( _ ByVal source As String, _ ByVal message As String, _ ByVal custom As Dictionary(Of String,Object) _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Logger Dim source As String Dim message As String Dim custom As Dictionary(Of String,Object) instance.Warning(source, message, custom) | |
| C++/CLI | |
|---|---|
public: void Warning( String^ source, String^ message, Dictionary<String^,Object^>^ custom ) | |
Parameters
- source
- The source of the message.
- message
- The message.
- custom
- Custom information associated with the message.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code