System.Data.Common.ADP.MethodNotImplemented C# (CSharp) Method

MethodNotImplemented() static private method

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