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