実行exe自身のパス
System.Reflection.Assembly.GetExecutingAssembly().Location

実行exe自身のあるフォルダパス
System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);