ArgumentTransformationMetadataException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, Exception) |
Initializes a new instance of ArgumentTransformationMetadataException setting the message and innerException. |
ArgumentTransformationMetadataException(String) |
Initializes a new instance of ArgumentTransformationMetadataException setting the message. |
Properties
ErrorRecord |
Additional information about the error. (Inherited from RuntimeException) |
WasThrownFromThrowStatement | (Inherited from RuntimeException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serializer for ISerializable (Inherited from RuntimeException) |