WildcardPatternException Class

Definition

Thrown when a wildcard pattern is invalid.

public class WildcardPatternException : System.Management.Automation.RuntimeException
Inheritance
WildcardPatternException

Inherited Members

System.Management.Automation.RuntimeException

Constructors

WildcardPatternException()

Constructs an instance of the WildcardPatternException object.

WildcardPatternException(String)

Constructs an instance of the WildcardPatternException object taking a message parameter to use in cnstructing the exception.

WildcardPatternException(SerializationInfo, StreamingContext)

Constructor for class WildcardPatternException for serialization.

WildcardPatternException(String, Exception)

Constructor for class WildcardPatternException that takes both a message to use and an inner exception to include in this object.