TypeTableLoadException Class

Definition

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

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

Constructors

TypeTableLoadException()

This is the default constructor.

TypeTableLoadException(SerializationInfo, StreamingContext)
Obsolete.

This constructor is required by serialization.

TypeTableLoadException(String)

This constructor takes a localized error message.

TypeTableLoadException(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 TypeTable 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