NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArgumentOutOfRangeException Properties

The properties of the ArgumentOutOfRangeException class are listed below. For a complete list of ArgumentOutOfRangeException class members, see the ArgumentOutOfRangeException Members topic.

Public:

ActualValue Retrieves the actual value that caused the exception to be thrown.
HelpLink (inherited from Exception) Retrieves a link to the help file associated with this exception.
InnerException (inherited from Exception) Retrieves a reference to an inner (that may be nested) exception.
Message Retrieves the message text for this exception or indicates an empty string if no message is set.
ParamName (inherited from ArgumentException) Retrieves the name of the parameter that caused this exception to be thrown.
Source (inherited from Exception) Retrieves or assigns a string containing the name of the application or the object that has generated the error.
StackTrace (inherited from Exception) Retrieves the stack trace, which is valuable for determining where the error occurred.
TargetSite (inherited from Exception) [To be supplied.]

See Also

ArgumentOutOfRangeException Class | System Namespace