Goedel.Throw.Always C# (CSharp) 메소드

Always() 공개 정적인 메소드

Throw an exception.
public static Always ( string Report ) : void
Report string Message to report.
리턴 void
        public static void Always(string Report) {
            throw new Throw(Report);
            }