Beispiel #1
0
 /// <summary>method not supported</summary>
 /// <param name="m">method</param>
 /// <returns>exception to throw</returns>
 internal static NotSupportedException MethodNotSupported(System.Linq.Expressions.MethodCallExpression m)
 {
     return(Error.NotSupported(Strings.ALinq_MethodNotSupported(m.Method.Name)));
 }