ProviderNameAmbiguousException Class

Definition

ProviderNameAmbiguousException occurs when more than one provider exists for a given name and the request did not contain the PSSnapin name qualifier.

public class ProviderNameAmbiguousException : System.Management.Automation.ProviderNotFoundException
Inheritance

Inherited Members

System.Management.Automation.RuntimeException

System.Management.Automation.SessionStateException

Constructors

ProviderNameAmbiguousException()

Constructs a ProviderNameAmbiguousException

ProviderNameAmbiguousException(String)

Constructs a ProviderNameAmbiguousException

ProviderNameAmbiguousException(SerializationInfo, StreamingContext)

Constructs a ProviderNameAmbiguousException using serialized data.

ProviderNameAmbiguousException(String, Exception)

Constructs a ProviderNameAmbiguousException

Properties

PossibleMatches

Gets the information of the providers which might match the specified provider name.