This topic has not yet been rated - Rate this topic

ParsingMetadataException Class

The exception that is thrown for all parameter-binding exceptions that are related to metadata attributes.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
'Usage
Dim instance As ParsingMetadataException

[SerializableAttribute] 
public ref class ParsingMetadataException : public MetadataException
/** @attribute SerializableAttribute() */ 
public class ParsingMetadataException extends MetadataException
SerializableAttribute 
public class ParsingMetadataException extends MetadataException
System.Object
   System.Exception
     System.SystemException
       System.Management.Automation.RuntimeException
         System.Management.Automation.MetadataException
           System.Management.Automation.ParsingMetadataException
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
© 2013 Microsoft. All rights reserved.