System.Linq.Expressions.Error.InvalidProgram C# (CSharp) Method

InvalidProgram() static private method

InvalidProgramException with default message.
static private InvalidProgram ( ) : Exception
return System.Exception
        internal static Exception InvalidProgram()
        {
            return new InvalidProgramException();
        }
Error