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