FormatTableLoadException Class

Definition

This exception is used by Formattable constructor to indicate errors occurred during construction time.

public ref class FormatTableLoadException : System::Management::Automation::RuntimeException
[System.Serializable]
public class FormatTableLoadException : System.Management.Automation.RuntimeException
public class FormatTableLoadException : System.Management.Automation.RuntimeException
[<System.Serializable>]
type FormatTableLoadException = class
    inherit RuntimeException
type FormatTableLoadException = class
    inherit RuntimeException
Public Class FormatTableLoadException
Inherits RuntimeException
Inheritance
FormatTableLoadException
Attributes

Constructors

FormatTableLoadException()

This is the default constructor.

FormatTableLoadException(SerializationInfo, StreamingContext)
Obsolete.

This constructor is required by serialization.

FormatTableLoadException(String)

This constructor takes a localized error message.

FormatTableLoadException(String, Exception)

This constructor takes a localized message and an inner exception.

Properties

ErrorRecord

Additional information about the error.

(Inherited from RuntimeException)
Errors

The specific Formattable load errors.

WasThrownFromThrowStatement (Inherited from RuntimeException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializes the exception data.

GetObjectData(SerializationInfo, StreamingContext)

Serializer for ISerializable

(Inherited from RuntimeException)
SetDefaultErrorRecord()

Set the default ErrorRecord.

Applies to