ArgumentException.Message Property
Gets the error message associated with this exception.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public virtual string Message { get; }
Property Value
A text string that describes the details of the exception. This string should be human-readable and localized for the current system culture.
Remarks
This property overrides the Exception.Message property.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
ArgumentException Class
ArgumentException Members
System Namespace