ArgumentTransformationMetadataException Class

Definition

Defines the exception thrown for all ArgumentTransformation attributes.

public ref class ArgumentTransformationMetadataException : System::Management::Automation::MetadataException
[System.Serializable]
public class ArgumentTransformationMetadataException : System.Management.Automation.MetadataException
public class ArgumentTransformationMetadataException : System.Management.Automation.MetadataException
[<System.Serializable>]
type ArgumentTransformationMetadataException = class
    inherit MetadataException
type ArgumentTransformationMetadataException = class
    inherit MetadataException
Public Class ArgumentTransformationMetadataException
Inherits MetadataException
Inheritance
ArgumentTransformationMetadataException
Attributes

Constructors

ArgumentTransformationMetadataException()

Initializes a new instance of ArgumentTransformationMetadataException with the message set to typeof(ArgumentTransformationMetadataException).FullName.

ArgumentTransformationMetadataException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of ArgumentTransformationMetadataException with serialization parameters.

ArgumentTransformationMetadataException(String)

Initializes a new instance of ArgumentTransformationMetadataException setting the message.

ArgumentTransformationMetadataException(String, Exception)

Initializes a new instance of ArgumentTransformationMetadataException 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