'Declaration
Public Function New( _ ByVal memberName As String _ )
'Usage
Dim memberName As String Dim instance As New MemberNotFoundException(memberName)
public MemberNotFoundException( string memberName )
public: MemberNotFoundException( String^ memberName )
Parameters
- memberName
- The name of the member that has not been found.