- source
- The source of the message.
- message
- The message.
- custom
- Custom information associated with the message.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Error( _ 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.Error(source, message, 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