ParsingMetadataException Class

Definition

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)

Initializes a new instance of ParsingMetadataException setting the message.

ParsingMetadataException(String, Exception)

Initializes a new instance of ParsingMetadataException setting the message and innerException.

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