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

Name Description
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

Name Description
ErrorRecord

Additional information about the error.

(Inherited from RuntimeException)
WasThrownFromThrowStatement (Inherited from RuntimeException)

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serializer for ISerializable

(Inherited from RuntimeException)

Applies to