ParsingMetadataException
Class
Definition
Defines the exception thrown for all parameter binding exceptions related to metadata attributes
public class ParsingMetadataException : System.Management.Automation.MetadataException
- Inheritance
Inherited Members
System.Management.Automation.RuntimeException
Constructors
| ParsingMetadataException() |
Initializes a new instance of ParsingMetadataException with the message set to typeof(ParsingMetadataException).FullName |
| ParsingMetadataException(String) |
Initializes a new instance of ParsingMetadataException setting the message |
| ParsingMetadataException(SerializationInfo, StreamingContext) |
Initializes a new instance of ParsingMetadataException with serialization parameters |
| ParsingMetadataException(String, Exception) |
Initializes a new instance of ParsingMetadataException setting the message and innerException |