'Declaration
<NullableContextAttribute(1)> Public Function New( _ ByVal className As String, _ ByVal methodName As String _ )
[NullableContext(1)] public MessageSourceProvider( string className, string methodName )
Parameters
- className
- The full name of the class (with namespace) whose method issued the log message.
- methodName
- The simple name of the method which issued the log message.