argumentexception

argumentexception

文章 0 浏览 3

如何将函数参数绑定到创建 ArgumentException 对象时提供的参数?

我经常有这样的函数: Public Shared Function F(ByVal address as String) 所以基本上我想抛出 new ArgumentException("Invalid address!", "address…

十二 2024-11-08 04:00:14 1 0

FileIOPermission.GetPathList 抛出异常?

我正在使用 FileIOPermission,它向我抛出一个错误: FileIOPermission fileIOPerm = new FileIOPermission(FileIOPermissionAccess.AllAccess, folde…

似梦非梦 2024-11-08 01:25:23 2 0

C# WPF 在 winform 调用的子窗体中捕获异常

我有一个调用 winforms 子窗体的 WPF 应用程序。 winform 使用 showDialog() 调用 WPF 窗口。 WPF 窗口包含我要设置背景图像的边框。我的问题是这样的…

司马昭之心 2024-11-02 07:02:24 1 0

ArgumentException:已添加具有相同键的项目

每当我提交表单时,我都会收到此错误,而且操作方法也不会被调用,因为: ArgumentException:已添加具有相同键的项目。 以及异常详细信息: [Argumen…

李不 2024-11-01 13:47:38 2 0

main 方法中的参数异常 (winforms)

static void Main() { Application.EnableVisualStyles() Application.SetCompatibleTextRenderingDefault(false) Application.Run(new SpaceInvader…

迷爱 2024-11-01 11:22:54 0 0

MVC SportsStore:用户代码未处理systems.ArgumentException?

public class SqlProductsRepository : IProductsRepository { private Table&ltProduct&gt productsTable public SqlProductsRepository(string conn…

素衣风尘叹 2024-10-22 00:34:47 2 0

通过调用 Web 服务从 JavaScript 上传文件

我有以下允许我上传文件的 Web 服务: [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile…

画中仙 2024-10-15 23:46:30 3 0

CodeContracts 应该取代常规的 ArgumentExceptions 吗?

我可以开始使用 CodeContracts 而不是: if (XXX == Y) throw new ArgumentException("bla bla") 如果我开发一个库并且我的库用户不使用 CodeContract…

这个俗人 2024-10-08 07:41:51 4 0

VS 2008 调试:System.ArgumentException?

问题: 我有一个表单项目,它实例化一个在单独的 dll 项目中定义的类。当运行使用此 dll 的表单应用程序时,一切都运行得很好,但是,当我设置断点来…

苯莒 2024-10-02 13:57:04 4 0

空路径名不合法

所以我正在尝试编写一个小行星游戏。它几乎可以工作,所有文件都已到位等等...... 当它遇到此代码时就会出现问题。 FileStream myFileStream = new Fi…

深海蓝天 2024-09-28 08:16:30 2 0

DeriveParameters 方法中的参数异常

Dim id as integer = 1 Dim command as sqlcommand Dim reader as idatareader command = db.GetSqlStringCommand("select id, image, caption from p…

深海里的那抹蓝 2024-09-10 10:26:30 4 0

ArgumentException 未处理 Application.run

您好,我浏览了很多网站,但似乎找不到答案。 我修改了一个连接到通过 C# Winforms 应用程序上的表适配器连接的 Datagridview 的视图,为了“重新连接…

故事未完 2024-09-06 10:21:47 6 0

在 GDI+ “参数无效。”设置pen.Width

我有一个System.Drawing.Pen _pen。 当在某些迭代中设置 _pen.Width = 3 时,它会给我: System.ArgumentException Message="Parameter is not valid.…

找回味觉 2024-08-21 18:00:20 6 0

为什么FormatException不继承自ArgumentException?

FormatException 不继承自 ArgumentException 是否有已知原因?无效格式似乎是参数无效的一种非常特殊的情况,类似于 ArgumentOutOfRangeException。 …

云之铃。 2024-08-19 07:10:19 5 0

附加属性:“System.TypeInitializationException”设置默认值时

我想设置附加属性的默认值,但是当我这样做时,我得到: WindowsBase.dll 中发生了“System.ArgumentException”类型的第一次机会异常 Oef_AttDepProp…

葬花如无物 2024-08-18 21:44:54 7 0
更多

推荐作者

留蓝

文章 0 评论 0

18790681156

文章 0 评论 0

zach7772

文章 0 评论 0

Wini

文章 0 评论 0

ayeshaaroy

文章 0 评论 0

初雪

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文