WildcardPatternException Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Thrown when a wildcard pattern is invalid.
public ref class WildcardPatternException : System::Management::Automation::RuntimeException[System.Serializable]
public class WildcardPatternException : System.Management.Automation.RuntimeExceptionpublic class WildcardPatternException : System.Management.Automation.RuntimeException[<System.Serializable>]
type WildcardPatternException = class
    inherit RuntimeExceptiontype WildcardPatternException = class
    inherit RuntimeExceptionPublic Class WildcardPatternException
Inherits RuntimeException- Inheritance
- Attributes
Constructors
| WildcardPatternException() | Constructs an instance of the WildcardPatternException object. | 
| WildcardPatternException(SerializationInfo, StreamingContext) | 
				Obsolete.
			 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. | 
| WildcardPatternException(String) | Constructs an instance of the WildcardPatternException object taking a message parameter to use in constructing the exception. | 
Properties
| ErrorRecord | Additional information about the error.(Inherited from RuntimeException) | 
| WasThrownFromThrowStatement | (Inherited from RuntimeException) | 
Methods
| GetObjectData(SerializationInfo, StreamingContext) | Serializer for ISerializable(Inherited from RuntimeException) |