ArgumentNullException (System.ArgumentNullException)

Inherits: System.ArgumentException

Interfaces: ISerializable, _Exception

Derived Types: 0

Assembly: mscorlib.dll

The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.

VB.NET C#

C#

public class ArgumentNullException : System.ArgumentException, System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception
{
}

Articles

ERROR: System.ArgumentNullException: Value cannot be null. Parameter ...

DotNetNuke® Forums ... I found that I got the same problem when I modified the name of my dataprovider interface and concrete classes.

www.neilmoomey.com

if (e.GetType().ToString() != "System.ArgumentNullException") { } } } ...

p2p.wrox.com Forums - System.ArgumentNullException in ArticlesProvider

System.ArgumentNullException in ArticlesProvider ... System.ArgumentNullException in ArticlesProvider: Posted By: Amateur: Post Date: 1/4/2007 6:08:15 AM

Allport.Error

Support information follows: System.ArgumentNullException: String reference not set to an instance of a String. Parameter name: s at System.Text.Encoding.GetBytes(String s) at ...

Allport.Error

Support information follows: System.ArgumentNullException: String reference not set to an instance of a String. Parameter name: s at System.Text.Encoding.GetBytes(String s) at ...

Mono Documentation

... Class Library : System.ArgumentNullException Overview | Members System.ArgumentNullException ... Constructs and initializes a new instance of the ArgumentNullException class.

Mono Documentation

The members of System.ArgumentNullException are listed below. See Also: Inherited members from System.ArgumentException [ ...

System.ArgumentNullException Class

Summary Constructs and initializes a new instance of the ArgumentNullException class. Parameters paramName A String that contains the name of the parameter that caused the ...

ArgumentNullException Class (System)

The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.

ArgumentNullException Class (System)

The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support