System.Data.Common.ADP.MethodNotImplemented C# (CSharp) Méthode

MethodNotImplemented() static private méthode

static private MethodNotImplemented ( [ methodName = "" ) : Exception
methodName [
Résultat System.Exception
        static internal Exception MethodNotImplemented([CallerMemberName] string methodName = "")
        {
            return NotImplemented.ByDesignWithMessage(methodName);
        }
ADP