You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This constructor initializes the <xref:System.ArgumentException.Message%2A> property of the new instance using the value of the `message` parameter. The content of the `message` parameter is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
254
254
255
-
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the <xref:System.Exception.InnerException%2A> property. The <xref:System.Exception.InnerException%2A> property returns the same value that is passed into the constructor, or `null` if the <xref:System.Exception.InnerException%2A> property does not supply the inner exception value to the constructor.
255
+
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the <xref:System.ArgumentException.InnerException%2A> property. The <xref:System.ArgumentException.InnerException%2A> property returns the same value that is passed into the constructor, or `null` if the <xref:System.ArgumentException.InnerException%2A> property does not supply the inner exception value to the constructor.
256
256
257
257
The following table shows the initial property values for an instance of <xref:System.ArgumentException>.
This constructor initializes the <xref:System.ArgumentException.ParamName%2A> property of the new instance using `paramName`. The content of `paramName` is intended to be understood by humans.
371
371
372
-
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the <xref:System.Exception.InnerException%2A> property. The <xref:System.Exception.InnerException%2A> property returns the same value that is passed into the constructor, or `null` if the <xref:System.Exception.InnerException%2A> property does not supply the inner exception value to the constructor.
372
+
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the <xref:System.ArgumentException.InnerException%2A> property. The <xref:System.ArgumentException.InnerException%2A> property returns the same value that is passed into the constructor, or `null` if the <xref:System.ArgumentException.InnerException%2A> property does not supply the inner exception value to the constructor.
373
373
374
374
The following table shows the initial property values for an instance of <xref:System.ArgumentException>.
0 commit comments