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

Name Description
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, Exception)

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

ArgumentTransformationMetadataException(String)

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