DiscoveryExceptionDictionary::Item Property (String^)
.NET Framework (current version)
Gets or sets the Exception that occurred while discovering the specified URL from the DiscoveryExceptionDictionary.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property Exception^ default[ String^ url ] { Exception^ get(String^ url); void set(String^ url, Exception^ value); }
Parameters
- url
-
Type:
System::String^
The URL of the discovery document that caused an exception to be thrown during XML Web services discovery.
| Exception | Condition |
|---|---|
| ArgumentNullException | url is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: