10 [__DynamicallyInvokable]
14 [__DynamicallyInvokable]
16 : base(
Environment.GetResourceString(
"ArgumentNull_Generic"))
18 SetErrorCode(-2147467261);
23 [__DynamicallyInvokable]
25 : base(
Environment.GetResourceString(
"ArgumentNull_Generic"), paramName)
27 SetErrorCode(-2147467261);
33 [__DynamicallyInvokable]
35 : base(message, innerException)
37 SetErrorCode(-2147467261);
43 [__DynamicallyInvokable]
45 : base(message, paramName)
47 SetErrorCode(-2147467261);
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method th...
ArgumentNullException(string message, Exception innerException)
Initializes a new instance of the T:System.ArgumentNullException class with a specified error message...
Describes the source and destination of a given serialized stream, and provides an additional caller-...
Provides information about, and means to manipulate, the current environment and platform....
ArgumentNullException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the T:System.ArgumentNullException class with serialized data.
ArgumentNullException()
Initializes a new instance of the T:System.ArgumentNullException class.
ArgumentNullException(string paramName)
Initializes a new instance of the T:System.ArgumentNullException class with the name of the parameter...
Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.
The exception that is thrown when one of the arguments provided to a method is not valid.
Represents errors that occur during application execution.To browse the .NET Framework source code fo...
ArgumentNullException(string paramName, string message)
Initializes an instance of the T:System.ArgumentNullException class with a specified error message an...
Specifies that the class can be serialized.