Top "Argumentexception" questions

An ArgumentException is a specific exception in the .NET framework thrown when one of the arguments provided to a method is not valid.

Uploading a file from JavaScript by calling a web service

I have the following web service that allows me uploading files: [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] […

javascript file-upload webservice-client argumentexception
Font 'Times New Roman' does not support style 'Regular'

Anybody hear of this one? System.ArgumentException: Font 'Times New Roman' does not support style 'Regular'. I've got a WinForms …

.net winforms fonts argumentexception
System.ArgumentException and System.ComponentModel.Win32Exception when getting process information

When i try to write process' information to console i get System.ArgumentException and System.ComponentModel.Win32Exception. What causes …

c# argumentexception win32exception
SPList Item get value - ArgumentException

I have an SPListItem and I have an array of column names. When I try to access the SPListItem values …

sharepoint splistitem argumentexception
C# SerialPort#Open() method throws ArgumentException because of port name?

On my local machine, Windows XP Ports (COM & LPT) COM3 RIM Virtual Serial Port v2 (COM4) RIM Virtual Serial …

c# serial-port argumentexception virtual-serial-port
ArgumentNullException message without parameter name

I am throwing ArgumentNullException in part of my code in C#. I want to catch and display the error message …

c# exception exception-handling argumentexception argumentnullexception