如何将函数参数绑定到创建 ArgumentException 对象时提供的参数?
我经常有这样的函数: Public Shared Function F(ByVal address as String) 所以基本上我想抛出 new ArgumentException("Invalid address!", "address…
FileIOPermission.GetPathList 抛出异常?
我正在使用 FileIOPermission,它向我抛出一个错误: FileIOPermission fileIOPerm = new FileIOPermission(FileIOPermissionAccess.AllAccess, folde…
C# WPF 在 winform 调用的子窗体中捕获异常
我有一个调用 winforms 子窗体的 WPF 应用程序。 winform 使用 showDialog() 调用 WPF 窗口。 WPF 窗口包含我要设置背景图像的边框。我的问题是这样的…
ArgumentException:已添加具有相同键的项目
每当我提交表单时,我都会收到此错误,而且操作方法也不会被调用,因为: ArgumentException:已添加具有相同键的项目。 以及异常详细信息: [Argumen…
main 方法中的参数异常 (winforms)
static void Main() { Application.EnableVisualStyles() Application.SetCompatibleTextRenderingDefault(false) Application.Run(new SpaceInvader…
MVC SportsStore:用户代码未处理systems.ArgumentException?
public class SqlProductsRepository : IProductsRepository { private Table<Product> productsTable public SqlProductsRepository(string conn…
通过调用 Web 服务从 JavaScript 上传文件
我有以下允许我上传文件的 Web 服务: [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile…
CodeContracts 应该取代常规的 ArgumentExceptions 吗?
我可以开始使用 CodeContracts 而不是: if (XXX == Y) throw new ArgumentException("bla bla") 如果我开发一个库并且我的库用户不使用 CodeContract…
VS 2008 调试:System.ArgumentException?
问题: 我有一个表单项目,它实例化一个在单独的 dll 项目中定义的类。当运行使用此 dll 的表单应用程序时,一切都运行得很好,但是,当我设置断点来…
DeriveParameters 方法中的参数异常
Dim id as integer = 1 Dim command as sqlcommand Dim reader as idatareader command = db.GetSqlStringCommand("select id, image, caption from p…
ArgumentException 未处理 Application.run
您好,我浏览了很多网站,但似乎找不到答案。 我修改了一个连接到通过 C# Winforms 应用程序上的表适配器连接的 Datagridview 的视图,为了“重新连接…
在 GDI+ “参数无效。”设置pen.Width
我有一个System.Drawing.Pen _pen。 当在某些迭代中设置 _pen.Width = 3 时,它会给我: System.ArgumentException Message="Parameter is not valid.…
为什么FormatException不继承自ArgumentException?
FormatException 不继承自 ArgumentException 是否有已知原因?无效格式似乎是参数无效的一种非常特殊的情况,类似于 ArgumentOutOfRangeException。 …
附加属性:“System.TypeInitializationException”设置默认值时
我想设置附加属性的默认值,但是当我这样做时,我得到: WindowsBase.dll 中发生了“System.ArgumentException”类型的第一次机会异常 Oef_AttDepProp…