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