ArgumentTransformationMetadataException
Class
Definition
Defines the exception thrown for all ArgumentTransformation attributes
public class ArgumentTransformationMetadataException : System.Management.Automation.MetadataException
- Inheritance
Inherited Members
System.Management.Automation.RuntimeException
Constructors
| ArgumentTransformationMetadataException() |
Initializes a new instance of ArgumentTransformationMetadataException with the message set to typeof(ArgumentTransformationMetadataException).FullName |
| ArgumentTransformationMetadataException(String) |
Initializes a new instance of ArgumentTransformationMetadataException setting the message |
| ArgumentTransformationMetadataException(SerializationInfo, StreamingContext) |
Initializes a new instance of ArgumentTransformationMetadataException with serialization parameters |
| ArgumentTransformationMetadataException(String, Exception) |
Initializes a new instance of ArgumentTransformationMetadataException setting the message and innerException |