System.Linq.Expressions.Error.InvalidProgram C# (CSharp) Méthode

InvalidProgram() static private méthode

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