ParsingMetadataException 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.
Defines the exception thrown for all parameter binding exceptions related to metadata attributes.
public ref class ParsingMetadataException : System::Management::Automation::MetadataException
[System.Serializable]
public class ParsingMetadataException : System.Management.Automation.MetadataException
public class ParsingMetadataException : System.Management.Automation.MetadataException
[<System.Serializable>]
type ParsingMetadataException = class
inherit MetadataException
type ParsingMetadataException = class
inherit MetadataException
Public Class ParsingMetadataException
Inherits MetadataException
- Inheritance
- Attributes
Constructors
ParsingMetadataException() |
Initializes a new instance of ParsingMetadataException with the message set to typeof(ParsingMetadataException).FullName. |
ParsingMetadataException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of ParsingMetadataException with serialization parameters. |
ParsingMetadataException(String, Exception) |
Initializes a new instance of ParsingMetadataException setting the message and innerException. |
ParsingMetadataException(String) |
Initializes a new instance of ParsingMetadataException setting the message. |
Properties
ErrorRecord |
Additional information about the error. (Inherited from RuntimeException) |
WasThrownFromThrowStatement | (Inherited from RuntimeException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serializer for ISerializable (Inherited from RuntimeException) |