This documentation is archived and is not being maintained.

DiscoveryClientProtocol.Errors Property

Gets a collection of exceptions that occurred during invocation of method from this class.

[Visual Basic]
Public ReadOnly Property Errors As DiscoveryExceptionDictionary
[C#]
public DiscoveryExceptionDictionary Errors {get;}
[C++]
public: __property DiscoveryExceptionDictionary* get_Errors();
[JScript]
public function get Errors() : DiscoveryExceptionDictionary;

Property Value

A DiscoveryExceptionDictionary of exceptions.

Remarks

The Errors collection is populated with exceptions that occurred during invocations to the Discover, DiscoverAny, ResolveAll, and ResolveOneLevel methods. The DiscoveryExceptionDictionary is cleared on invocation of these methods.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DiscoveryClientProtocol Class | DiscoveryClientProtocol Members | System.Web.Services.Discovery Namespace

Show: