WildcardPatternException Class

Definition

Thrown when a wildcard pattern is invalid.

public ref class WildcardPatternException : System::Management::Automation::RuntimeException
[System.Serializable]
public class WildcardPatternException : System.Management.Automation.RuntimeException
public class WildcardPatternException : System.Management.Automation.RuntimeException
[<System.Serializable>]
type WildcardPatternException = class
    inherit RuntimeException
type WildcardPatternException = class
    inherit RuntimeException
Public Class WildcardPatternException
Inherits RuntimeException
Inheritance
WildcardPatternException
Attributes

Constructors

WildcardPatternException()

Constructs an instance of the WildcardPatternException object.

WildcardPatternException(SerializationInfo, StreamingContext)
Obsolete.

Constructor for class WildcardPatternException for serialization.

WildcardPatternException(String)

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

WildcardPatternException(String, Exception)

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

Properties

ErrorRecord

Additional information about the error.

(Inherited from RuntimeException)
WasThrownFromThrowStatement (Inherited from RuntimeException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializer for ISerializable

(Inherited from RuntimeException)

Applies to