我在下面的行获得了类型初始化异常。
var path = InputOptions.downloadsPath;
InputOptions
是我写的一堂课。它包含这个:
public static readonly string parentpath = Directory.GetParent(Directory.GetCurrentDirectory()).ToString();
public static readonly string downloadsPath = parentpath + @"\DATA\Download";