TypeTableLoadException
Class
Definition
This exception is used by TypeTable constructor to indicate errors occured during construction time.
public class TypeTableLoadException : System.Management.Automation.RuntimeException
- Inheritance
Inherited Members
System.Management.Automation.RuntimeException
Constructors
| TypeTableLoadException() |
This is the default constructor. |
| TypeTableLoadException(String) |
This constructor takes a localized error message. |
| TypeTableLoadException(SerializationInfo, StreamingContext) |
This constructor is required by serialization. |
| TypeTableLoadException(String, Exception) |
This constructor takes a localized message and an inner exception. |
Properties
| Errors |
The specific TypeTable load errors. |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |
Serializes the exception data. |
| SetDefaultErrorRecord() |
Set the default ErrorRecord. |