Beispiel #1
0
 /// <summary>
 /// MissingMemberException with message like "Could not get dispatch ID for {0} (error: {1})."
 /// </summary>
 internal static Exception CouldNotGetDispId(object p0, object p1)
 {
     return(new MissingMemberException(Strings.CouldNotGetDispId(p0, p1)));
 }